I’m running a Friendica site and wanted my users to be able to connect their Twitter accounts w/ their Friendica accounts. The Friendica add-on doing this needs API v1.1 access.

I’ve setup everything needed regarding the API. Posting tweets works okay for my users, but reading their Twitter timeline fails.

I saw in Twitter’s API portal that API v2 is marked green while API v1.1 is marked blue. What does this mean? What can I do to get API v1.1 green, too?

TIA

1 Like

To get v1.1 Access, you need to apply for “Elevated Access” but if you’ve already done this, on your project you should see
Screenshot from 2022-10-04 15-15-10
which means you have v1.1 Access already.

If you’re able to post tweets without error - something else is wrong if you can’t read timelines - what exact endpoint are you calling with what parameters and what’s the exact error message from the API?

1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.