I'm using Twitter sign in api 1.1 and I cannot use any third party for many reasons, my problem is after getting oauth_token and oauth_verifier from the query string I cannot exchange them with an access token so please is there any one have sample code for this section?
Asked
Active
Viewed 1,502 times
1
-
This might be of use: http://stackoverflow.com/questions/17067996/authenticate-and-request-a-users-timeline-with-twitter-api-1-1-oauth – hutchonoid Feb 16 '14 at 10:41
-
Thanks for your help but this is not Implementing Sign in with Twitter. – Fakhry Feb 16 '14 at 10:48
-
Yes it is, if by sign in you mean authentication, it has to happen to retrieve a timeline. – hutchonoid Feb 16 '14 at 12:52
-
thanks hutchonoid for your help it works, now my problem is verifying credentials. the request returns (401) oauth unauthorized from twitter. – Fakhry Feb 16 '14 at 13:30
-
Usually the only thing that can go wrong is if you supply invalid details. I would double check them against your twitter account. – hutchonoid Feb 16 '14 at 17:10
-
I still cannot verify credentials, is there any other way to get the user profile or data. – Fakhry Feb 17 '14 at 08:23