swift learner
swift learner

Reputation: 39

Share video from users phone Objective C

The user makes a video with my app and saves the video to their phone in directory. I wondering would it be possible to share the video that is stored on the user's phone to facebook via open graph. I have tried many things for a couple of days and even posted questions but i couldn't figure it out. So all i am wondering is it possible to share a video stored on users phone to facebook via open graph, and after video is shared facebook via open graph i can delete video from users phone? Any tips and directions would be appreciated. I am programming in objective c for ios.

Upvotes: 0

Views: 87

Answers (1)

Logic
Logic

Reputation: 705

Try this

How-To: Use the Graph API to Upload a Video (iOS)

try this code from stack-overflow ThIS

Also try :This

Upvotes: 1

Related Questions