I'm developing an IPhone app where I have added videos. I would like to share that videos on Facebook. I have added FbGraphAPI. I don't know how to should I share video.
I have added FbGraphAPI from here https://github.com/reallylongaddress/iPhone-Facebook-Graph-API
Thanks
Related
Is there away to embed videos with pre roll or overlay ads to facebook using jwplayer or flowplayer like youtube does?
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 building an iPhone app that will let iPhone users upload videos and share them. When we upload videos to our server, playback is choppy. Can we route these uploaded videos to You Tube, and play them back through You Tube (without the iPhone user having to create an individual account)?
You can upload videos to YouTube and play them back on an iOS device, but it is very strongly recommended that you require users to upload videos into their own YouTube accounts rather than storing them in some master account. The reason for this is explained at http://apiblog.youtube.com/2012/02/video-uploads-from-your-sites-community.html
I need to integrate social media for sharing a photo in my app. My app will have one UIImageView with some image and one button for sharing the image. As soon as I click on the button I should get the list of social networking apps installed on my iPhone and I should be able to share the image on selecting any one of them as shown in the figure below.
Try ShareKit (https://github.com/ShareKit)
I am new to iPhone development. I have a URL of a site.
On clicking the "visit itunes" button on page, the itunes for that particular site is opened in my Mac iTunes.
I am able to see the videos in iTunes. How can I implement this in my iPhone so that i can see the video in my iPhone?
Thanks.
You need Media Player Framework. If you use MPMoviePlayerController you can use initWithContentURL to show video from a URL.