简体   繁体   中英

how to tweet a image in iOS4

I want to tweet a image which I would be sending from my app.I am using Twitter_Oauth API for my application. For updating status I use:

    [_engine sendUpdate:@"This is my tweet"]; 

But how to tweet a image ? sorry, i didnt find any relevant documentation...

Use ShareKit It's powerful. It supports as image as text posts to Twitter (and not only - Facebook, ReadItLater and some others).

You can use share kit for this or you can use OAuth protocol or use can twitpic api to upload photo on twitter. you have to register your app in Twipic check out the Demo http://sourceforge.net/projects/tweetphoto/files/TestTwitpic.zip/download

The demo is working properly but some times it gone crash

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM