TwitterSearch icon indicating copy to clipboard operation
TwitterSearch copied to clipboard

OAuth2 and app-only authorization

Open ckoepp opened this issue 12 years ago • 4 comments

Implement App-only auth with OAuth2.

See Application-only authentication @ dev.twitter.com

ckoepp avatar Jul 13 '13 14:07 ckoepp

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

hitesh96db avatar Aug 26 '14 21:08 hitesh96db

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.

ckoepp avatar Aug 27 '14 06:08 ckoepp

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.

hitesh96db avatar Aug 27 '14 14:08 hitesh96db

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!

ckoepp avatar Aug 28 '14 08:08 ckoepp