ckoepp/TwitterSearch

OAuth2 and app-only authorization

Opened this issue · 4 comments

Implement App-only auth with OAuth2.

See Application-only authentication @ dev.twitter.com

@ckoepp Are you still active,i.e, considering changes for this module ?

Sure, but unfortunately I don't have much time right now. There are several new features in the development branch just waiting for the corresponding test cases :)

This issue however isn't implemented yet.

I had some proxy issues, as I wasn't able to set my proxy. Even though there is a setProxy method, the request is actually made in init, therefore the __proxy variable remains {} during the authenticate request.
so this is an issue, right ? or am I missing something here ? I could send a fix, if I am right.

Yep, good point. The quick workaround would be to stop the authentification in init by using verify=false.

If you would like to patch this issue you are very welcome to do so!