How to tag a person to a photo on a facebook Page? -


i'm trying tag person photo has been posted facebook page (not profile).

https://graph.facebook.com/{photo_id}/tags?to={person_id}&access_token={access_token} 

the above works if photo_id 1 has been posted profile, however, if use id of photo posted page get

www-authenticate: oauth "facebook platform" "invalid_request" "(#322) invalid photo tag subject" 

i've tried using authenticated user's access token page access token (as documentation states) both produce same error response.

i'm using following scopes publish_stream,photo_upload,manage_pages,user_photos

is possible? if so, in world doing wrong?

you need user_photos permission tag photo, guess cannot work page!


Comments

Popular posts from this blog

Line ending issue with Mercurial or Visual Studio -

java - Jtable duplicate Rows -

java - Run a .jar on Heroku -