How to post private message with Twitter API
Posted
by
Venil Aminovich
on Stack Overflow
See other posts from Stack Overflow
or by Venil Aminovich
Published on 2012-12-10T04:27:48Z
Indexed on
2012/12/10
5:03 UTC
Read the original article
Hit count: 129
I want to send a private message to my followers with Twitter API (application is for iPhone). If I can do that with this API, please, give the code or the link to the code to me.
Update:
I've read the link dev.twitter.com/docs/api/1/post/direct_messages/new ACB gave me, and I understood the idea, how post direct messages. But the issue is there is no any word about autentification in this link. But I can't post tweet without autentification.
Should I use TWRequest and set the account to this request?
Thank you in advance!
© Stack Overflow or respective owner