user1506054
user1506054

Reputation: 33

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...

Upvotes: 0

Views: 182

Answers (2)

Hiren
Hiren

Reputation: 12780

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

Upvotes: 0

John Smith
John Smith

Reputation: 2022

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

Upvotes: 1

Related Questions