klinker24 / talon-for-twitter-android

The most powerful and beautiful Twitter client available.
https://klinkerapps.com/talon-overview
1.19k stars 183 forks source link

Talon not showing tweets and profile information #164

Open mg-bledig opened 1 year ago

mg-bledig commented 1 year ago

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. WhatsApp Image 2022-11-06 at 10 51 47

zhu-xiaowei commented 1 year ago

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.