Hi Any of you had been able to access to pinterest api to post pictures or images on either iphone or ipad? if you can can you post some sample
There currently is no API available, but you apparently can sign up to get notified here when it becomes available.
Related
I have my API Client(an iOS application) that shows videos for a specific YouTube channel. When the user starts the app, my client fetches all the videos from a specific channel using the channel id. The user can see videos to the channel in a table view and watch them if they click one in the table view. I am not monetizing these videos, no adds, no anything. I am not making money in any aspect of this app.
When submitting my app, Apple is saying that I do not have the neccesary authorization to show this data in my app because I am not the "content owner." Is there specific YouTube API Services documentation that I can gather for them to show the authorization? Also, will I have to get approval from the content creator (specific YouTube channel) to show this data?
I appreciate any help I can get.
I'm developing an app were I would like to get youtube video url into my app from youtube app in IPhone. Whenever user clicks on video in youtube app that video's link should be directly retrieved into my app. Is it possible to do this?
Thanks
You can not get the data from some other app to your app...IOS doesnot allow it. All apps has their own separate documents directories. Only Media Files/contacts in phone are accessible.
Read this you might get some idea : Is it possible to access data across 2 different iOS apps?
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 :)
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?
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