I want to expand my current IOS applicaiton by allowing users to upload the video to facebook with a privacy setting as public. I want to then retrieve the stored video Id and upload it to my server.
My question is is this possible with the current Facebook SDK? I know that I can set the video privacy as public but I am unsure whether or not the SDK will return the video ID. Has anyone had any experience with this? Also will I need to ask for extended permissions to set the video privacy?
Thanks