I have a native iOS & Blackberry App. You can create personalized videos.

When people share their video clip on Facebook, I would like the company logo and the accompanying link to go through to our website (not FB App page).

Instagram, Blackberry and Twitter all do this.

For e.g. when someone uploads an Instagram photo - it has the Instagram logo, with link to their website underneath the upload.

Do you know how I can do this? Any help would be greatly appreciated.

Thanks

link|improve this question
feedback

1 Answer

First your Facebook app will need to request manage_feed permissions from the user. Once you have manage_feed, you can http POST the posting using the Graph API to put the stream item into their feed. See https://developers.facebook.com/docs/reference/api/post/ for further info.

link|improve this answer
Did this answer help you to find your solution to your question, if so, please accept this answer. See meta.stackoverflow.com/questions/5234/… for how to mark answers. Thank you! – DMCS Feb 4 at 14:23
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.