Need Advice: How can i get API to twitter?

BurnedVader

Regular Member
Joined
Dec 30, 2017
Messages
306
Reaction score
80
Hi,

Twitter is asking asking regarding how to and where you will use API. I wanted to know if anyone has done it before and wouldnt mind sharing the details.

Question are as follows:
  • The core use case, intent, or business purpose for your use of the Twitter APIs

  • If you intend to analyze Tweets, Twitter users, or their content, share details about the analyses you plan to conduct and the methods or techniques

  • If your use involves Tweeting, Retweeting, or liking content, share how you will interact with Twitter users or their content

  • If you’ll display Twitter content off of Twitter, explain how and where Tweets and Twitter content will be displayed to users of your product or service, including whether Tweets and Twitter content will be displayed at row level or aggregated
Thank you :)
 
I used these answers:


Q: What is the purpose of your product or service?

A: A plugin which shares content from my website to my Twitter account.
--
Q: What will you deliver to your users/customers?

A: I'm not delivering anything to users/customers currently, just sharing content from my website to my Twitter account.
--
Q: How do you intend to analyze Tweets, Twitter users, or their content?

A: I don't intend to analyze any tweets from Twitter users or their content. I do not need such permissions/functionality, I'll just be sharing content from my website to my Twitter acount.
--
Q: How is Twitter data displayed to users of your end product or service (e.g. will Tweets and content be displayed at row level or in aggregate)?

A: Tweets will be displayed as normal individual tweets and Twitter cards.

--

Good luck!
 
Thank You so much :) I will send it now :)
 
It's not impossible, but is not easy to get anymore.

What do you want to do with it? Do you really need the API, or perhaps you could do it via automating the website?
 
All Done :D @AceWallGromit advice was on point. But I agree its not that easy. the rejected it 4 times!!!
 
Just be nice, read their rules, ToS and your good.

Mine got accepted on second try.
 
I haven't tried to become an official developer yet. Are there any python bots that bypass API?
@OP did you succeed in becoming a developer?


You can try to find standalone twitter client in google play store and decompile them to get auth keys.

Interesting way... Correct me if I'm wrong but wouldn't that mean that their account would post stuff and not mine? Because the API is tied to their account and not mine.
 
I haven't tried to become an official developer yet. Are there any python bots that bypass API?.

You can make the http calls.

Interesting way... Correct me if I'm wrong but wouldn't that mean that their account would post stuff and not mine? Because the API is tied to their account and not mine.

No. You need the access keys. The consumer key you need your own.
 
A week ago I registered for developer account, wrote similar stuff as AceWallGromit posted. I got stuck at "verify your email" because I never got it (maybe because of my fresh domain). Today I logged in, changed the email to my gmail, verified the email and I'm a developer now. First try, no hassle at all.
 
Back
Top