OAuth token missing when getting followed streams

Client_credentials is a POST request.

You are getting a 404 as your are GET-ing instead of POST-ing

1 Like