Upload images and video to a tab (not the wall) on a business page? [closed]
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 11 years ago.
Improve this questionWe have a facebook page with a numbers of different tabs on it. On one of the tabs we'd like to allow those who've liked the page to upload videos and images. The uploads would only appear on this specific tab. How is this normally achie开发者_JAVA百科ved? Can we even use facebook or do we need to plug-in youtube or vimeo etc?
Is there an app or do we need to create one?
Any pointers t all would be much appreciated as we have no idea. Can't seem to find an answer on the forums.
When a user selects your Page Tab, you will received the signed_request parameter with one additional parameter, page. This parameter contains a JSON object with an id (the page id of the current page), admin (if the user is a admin of the page), and liked (if the user has liked the page). https://developers.facebook.com/docs/appsonfacebook/pagetabs/
You can upload a video to a page using the Graph API, see the following Blog post: https://developers.facebook.com/blog/post/515/#video_upload
精彩评论