You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 22, 2023. It is now read-only.
I seem to be logging into Twitter ok from Talon, but none of my followers and twitter profile are showing up in Tallon.
I have set up the User authentication set up account to allow all read, writes, dm’s. I think I have set everything up on the account, as per the readme, but not too sure as this is new to me.
I have set the USE CASE as Building consumer tools (hobbyist), Access
Essential, and have filled in the callback as http://talonfortwitter.com. I have just used http://talonfortwitter.com to fill in all of the urls
Did I leave anything out? Or is Twitter just being difficult?
See the image as to how far the program goes. I can't even follow anyone or search for anything.
The text was updated successfully, but these errors were encountered:
I meet the same problem, and when i refresh in home fragment, the error message will be show in logcat:
403:The request is understood, but it has been refused. An accompanying error message will explain why.
This code is used when requests are being denied due to update limits
(https://support.twitter.com/articles/15364-about-twitter-limits-update-api-dm-and-following).message -
You currently have Essential access which includes access to Twitter API v2 endpoints only.
If you need access to this endpoint, you’ll need to apply for Elevated access via the Developer Portal.
You can learn more here: https://developer.twitter.com/en/docs/twitter-api/getting-started/about-twitter-api#v2-access-leve
my twitter app only has Essential permission and can't reach the twitter v1.1 api, and i applied three times for Elevated permission that are all rejected.
the only thing i can do , i think is to modify the code and migrate to Twitter API v2.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I seem to be logging into Twitter ok from Talon, but none of my followers and twitter profile are showing up in Tallon.
I have set up the User authentication set up account to allow all read, writes, dm’s. I think I have set everything up on the account, as per the readme, but not too sure as this is new to me.
I have set the USE CASE as Building consumer tools (hobbyist), Access
Essential, and have filled in the callback as http://talonfortwitter.com. I have just used http://talonfortwitter.com to fill in all of the urls
Did I leave anything out? Or is Twitter just being difficult?
See the image as to how far the program goes. I can't even follow anyone or search for anything.
The text was updated successfully, but these errors were encountered: