Reputation: 6852
I am trying to get user detail using twitter api - oauth,
User authorization stage was over in my application.
At final stage i am not able to get the twitter user detail. Please tell me what i have done wrong.
The url i am getting at final stage after user authorization is as below,
I searched a lot of forum including stackoverflow for more than 3 hours. I am not able to get the solution for this. Please help me on this.
Upvotes: 0
Views: 2260
Reputation: 11
I have the same issue when I use this plugin https://wordpress.org/plugins/latest-tweets-widget/.
Here is my solution:
On app page => settings => Check "Allow this application to be used to Sign in with Twitter" and Callback URL ( this is URL of your site when you input token keys).
When you refresh you site you will see the sign in and click that will direct you to authorization and after that it works.
Upvotes: 1