-
Notifications
You must be signed in to change notification settings - Fork 341
Log in using Twitter #135
Comments
I had to dig into https://github.com/twitter/twitter-kit-android/blob/d71efe38404b5233e312f2531efbf72e5ce5d7bc/twitter-core/src/main/java/com/twitter/sdk/android/core/internal/oauth/OAuth1aService.java to find where the callback was being set. |
Life saver @Andrew67 I am just wondering isnt it a poor implementation from twitter's side. If they want to whitelist callbacks. They should be adding their SDK's generated callback url's from their end. Instead of depending on everyone adding it. Many thanks! |
@Andrew67 I want to put the "callback url" somewhere in the app. There is no specific description on the document. I hope you can tell me how to do it |
@HalyangDream, I thought I wanted to put a callback URL somewhere in the app as well. You don't have to. |
@Andrew67 Thank you for your reply and help. I have already solved this problem. Thank you very much for your help |
@Andrew67 thank you , this works for me |
@Andrew67 thank you |
1 similar comment
@Andrew67 thank you |
@HalyangDream @Andrew67 To close this issue, you also need to specify this callback url twitterkit-YOUR_CONSUMER_KEY:// to make TwitterKit for iOS work. |
@Andrew67..i am facing same issue. |
I sniffed auth request and saw callback url in headers. It started with twittersdk://callback and had parameters such as twitter sdk version and consumer key. |
twittersdk:// by using this ,it is working fine. |
@Andrew67 i am bumping by head for the whitelisted URLs from past 3 days and because of you only it get solved...thank you sooooo much.. |
@XavierSAndroid thank-you very much this saved my day :) |
@Andrew67 Thanks, it works as expected |
I am getting this Error In Failure Method While Login In android: com.twitter.sdk.android.core.TwitterAuthException: Failed to get request token Error in Log.Console
Please Help.. |
If you log in with Twitter, "Callback URL not approved for this client application.approved Callback URLs can be adjusted in your application Settings " even if the phone does not have a Twitter client installed, but I did Apps.twitter.com has filled in the Url of the Callback, and the format is correct. What should be done?
The text was updated successfully, but these errors were encountered: