Can iOS 5 Twitter API be used to send a private (direct) message? I can’t seem to find out how.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You can’t edit the text that the User sends via the Twitter Compose window but you can set the initial text using the
setInitialText:method and use the Twitter DM Syntax. The Twitter DM Syntax is described hereYou can’t modify the window or the tweet once the view is shown so you can’t tack it on at the end when the User presses Send. The Twitter Framework doesn’t abstract DM’ing out of the box with all the features such as choosing who to send to but using this Twitter DM Syntax works just fine if you know the recipient or ask the User to input the Username of the recipient after the
d