-
Notifications
You must be signed in to change notification settings - Fork 16
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
Suddenly Request failed: forbidden (403) #19
Comments
I started experiencing some issues with the authentication in the plugin as well. Double check that the user has the Twitter application installed, and that your Twitter app has the callback URLs registered. I am not sure what may be the root cause of the problem, but it seems like Twitter might have done some changes on their end |
@mreis92 I have this I also didn't say that the authorization popup not even fire. All those happens today |
The same for me. I haven't been able to fix the issue, just so that we are clear :) For Android, if I have the application installed, I am able to see the popup. For iOS I also don't see the authorization popup, I am trying to find a workaround now. I am guessing that we need a specific URL to bypass this issue. Have you tried PS: I am using the Ionic framework btw, so localhost should work for me, but it doesn't. |
I use Ionic too so this don't gonna make a difference. So what's next? Do you believe we gonna have some feedback from contributors? Please if you find something let me know. |
I think that @chroa was not the original developer of the plugin, but perhaps she can be of assistance when she has the chance. I will continue to research and let you know if I am able to find something |
I tried to reinstall everything about twitter but this time when i try to follow the steps from Fabric desktop app when i add i get an error This drive me crazy. Everything works smoothly since yesterday night (that night i had an OS and XCODE update). UPDATE: Before yesterday at the second step at the Fabric desktop app configuration you needed to add
now they want you to add this:
but as i say before it is giving you an error because Twitter Class isn't declared. If you omit the I really have no idea if this is relevant to the 403: Forbidden login response. |
@chroa Please if you have some time take a look. Maybe it is a quick fix for you. PS. This is about iOS. Not tested at Android yet! UPDATE: I manage to display a more declarative error message:
|
@JaponicaGR if you are using Ionic3, can you try adding the following URLs to the list of callbacks? http://localhost:8080 Let me know if that helps |
@mreis92 I finally figure it out! At June 12 Twitter announce that they made some changes at the callback url process. After some search i found this: https://stackoverflow.com/a/50903375/1704408
Thank you twitter team for not documented this properly :) |
Thnk you @JaponicaGR So , you just have to add twittersdk:// in callback URL in https://apps.twitter.com settings |
Thanks alot @JaponicaGR Twitter team please update your document! |
Thanks @JaponicaGR |
Hello everyone,
I had installed this plugin and works properly for a week but suddenly today i am getting
error: Request failed: forbidden (403)
This happens on login and before the popup open.
Any ideas?
The text was updated successfully, but these errors were encountered: