Sheik
Sheik

Reputation: 41

Post Image to twitter from iphone by xcode

I am able to post text from iphone to twitter with [_engine sendUpdate:[textfield text]];

But I have to post an image. Can anyone guide me?

Upvotes: -1

Views: 2534

Answers (2)

Craig White
Craig White

Reputation: 14012

MGTwitter engine doesnt support image uploading, but you could either use this: https://github.com/Gurpartap/GSTwitPicEngine

or integrate that into MGTwitter engine.

Also, please state more information about what library you are using so that people can help YOU. People cannot help you if they have no idea about what you are referring to. It is only since I knew the API you are calling that I could help you.

Upvotes: 1

Mitesh Khatri
Mitesh Khatri

Reputation: 3955

For upload image you should use TwitPic. and use check this

Thanks

Upvotes: -1

Related Questions