iPhone: how to upload Photos to Twitter - iphone

I am working on Twitter app for iPhone; in this app, I am using MGTwitterEngine and OAuth. I want to upload photos to a user's profile; could you please guide me how to add this feature to my Twitter app? Thanks.

This will do: http://www.getsharekit.com/. It supports many other social services too, so you could potentially upload images to other networks too :)

Related

Facebook share kit ios

I have implemented Facebook share kit to my app and it works as intended, but if the user installed Facebook official iPhone app it messes up my app because it logins through Facebook iPhone app instead of share kit default login. Is there way to make share kit ignore Facebook official iPhone app?
No, there is no such method. You just have to use the latest Facebook API provided by the Apple. That may solve your problem of not detecting the login from app.

How to allow users to upload images to our site via iOS browser?

Our site allows web users to upload images to their WordPress/BuddyPress profile and posts. We have a responsive design, but iOS will not allow users to upload images when posting from their iphone. We don't want to have to build an entire app for this - any suggestions?
It's possible, by using a free app.
See this:
http://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/users-cant-upload-their-avatar-when-on-mac/
Suggest users use a different browser like iCab. iCab at the App Store.

You tube API for getting videos from a our account in Objective C

In my iphone app i want retrieve videos list from my account in youtube, Is there any API to get this can any one help me out
Thank You
to get videos by user
http://gdata.youtube.com/feeds/api/users/USERNAME/uploads
the api is documented here,
http://code.google.com/apis/youtube/2.0/reference.html
you would make REST API requests from you iphone app
similar question with additional information
How to integrate YouTube API into my iPhone app?

How to use facebook connect in an iphone app

I have looked at the facebook iphone api and watched the tutorial they offer but an not sure if one needs to have a facebook app as well to be able to connect an iphone app to facebook.
I would like to allow my users to be able to share things on their profile. e.g. set their status from within my iphone app.
How is this done?
Try the Facebook iPhone SDK
--edit--
You need to register your application to use the API.
Authentication Docs

fbConnect for iphone - Posting photos to news feed and automating a link to itunes app store

is there a way to make a fbConnection for iphone within an app environment on the iphone and post a Photo to your FB newsfeed after a secure login without leaving the iphone app environment?
yes. Facebook connect is available for iPhone and iTunes URLs are just URLs.
ShareKit offers you all of the above and more - Login without leaving the app, upload text/links/photos direct to your wall, support many social networks and more!
http://www.getsharekit.com/