Hi,
I have create a twitter developer account and having consumer key consumer secret key, also access token key and access secret token key. my android app’s requirement is it should be able to compose tweets from my android app without using any login twitter button/authorization . all should be hidden from user. my android makes the content and should be able to tweet using twitter APIs like a normal tweets happen from the twitter.

Regards
Kunal

Thanks for reaching out. Looks like you are looking to use the post endpoint be sure to check out our documentation. Let us know if you have any further questions.

I’d strongly suggest against structuring your app like this… one of the reasons that users need to login is because you can’t post a Tweet without what we call “user context”; we also have a developer policy principle that can be summarised as “don’t surprise the user”. Apologies if I’m misunderstanding your goals here!

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