-
Notifications
You must be signed in to change notification settings - Fork 800
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to sign in (authenticate) user using this api? #44
Comments
Great question. My understanding is that you can't do this with this app, but I am confused as to the difference between using OAUTH tokens and getting a user logging in. I've posted a question on StackOverflow relating to this, which I hope will get answered- http://stackoverflow.com/questions/19657582/using-the-twitter-api-with-an-app-using-app-oauth-keys-or-user-logging-in It would be great if there was an option for the Twitter PHP wrapper script to allow both methods, but that might complicate what is a fantastic and simple script. |
Yeah, the class, as is, is unfit for requesting OAuth tokens (it's only supposed to be used once you have one.) There are a couple things that would have to be changed first:
|
Thanks, John. It looks like there are two ways of connecting to the Twitter API using OAUTH:
Are there any plans on making the class allow application only auth as well? |
No description provided.
The text was updated successfully, but these errors were encountered: