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