I have an iPhone app that allows users to record videos and I'd like them to be able to share those videos on Facebook.
However, unless the user decides to share, I don't want him/her to be redirected to Facebook. I've tried the method provided in the Facebook iOS tutorial, and it requires the user to be redirected to Facebook and authenticate as soon as the app starts up.
That's unnecessary.
What I'd like to do is have a "Share" button that allows the user to authenticate and then automatically upload a video right afterward using the POST request.
Is this possible? Has anyone achieved a similar effect?
Thanks.