facebook - Uploading a picture to a community page album -
I have a website that allows the user to take a picture with the webcam. I want users to publish their images in a specific album in the Facebook page of the website.
I
$ args = array ('message' = & gt; $ msjpost, "access_token" => $ token, "image" = & gt; $ File); {$ Data = $ facebook- & gt; Try the API ('/'. Album_id. '/ Photo', 'post', $ args); $ Success = 'true'; } Hold (exception $ upload_aire) {$ success = 'false'; }
But nothing happens Do I need to give user specific permissions?
Any help would be great. Cheers
Comments
Post a Comment