I have to upload an image from iphone app to twitter and myspace. I tried but didn't find any solution. Any one can help. Specially if anyone can indicate the sample code.
Thanks in advance
I have to upload an image from iphone app to twitter and myspace. I tried but didn't find any solution. Any one can help. Specially if anyone can indicate the sample code.
Thanks in advance
You can't upload images directly to twitter. You need to use an image service such at twitpic, which will have it's own api - http://twitpic.com/api.do (there are many alternatives eg yfrog).
You could UIImagePickerController to get an image, and then just write some code to post to your chosen image service.
You can use http://dev.twitpic.com/
Post your image in http request here.
Here is the code -
Hope this helps you :)