How to implement RETWEET in ios 5?

I am working on a project to integrate twitter with my iPhone application, and at the moment the function was implemented after tweets (many thanks for the work of raster recording in iOS 5), and I want to go to the RE TWEET function, any help will be appreciated.

PS-Thanks in advance :)

+4
source share
2 answers

Ask the POST request https://api.twitter.com/1/statuses/retweet/12354.json from TWRequest (see https://dev.twitter.com/docs/api/1/post/statuses/retweet/: id for API programming documentation). (replace 12345 with the tweet id that the user cross-feeds)

For more information on issuing REST API requests via TWRequest, see https://dev.twitter.com/docs/ios/making-api-requests-twrequest .

+4
source

Add the current date and time with a repeated message, another wise twitter will not receive the same message again.

0
source

Source: https://habr.com/ru/post/1384879/


All Articles