Open GoogleCodeExporter opened 9 years ago
You'll first need to get an access token (via "me/accounts") to make a call on
behalf of that page (assuming you're the owner, if not you can't post to the
page's albums).
http://developers.facebook.com/docs/reference/api/application/
Original comment by rovertn...@gmail.com
on 29 Jul 2011 at 10:37
sorry to bring up again this old issue.
how exactly to use access_token from my page to upload the picture?
I'm using actionscript:
FacebookDesktop.api('me/accounts', getPageAccessToken, null, 'GET');
and then got the access_token from the response object.
but how do I use next with:
FacebookDesktop.api('ALBUM_ID/photos', handleUploadComplete, values,'POST');
?
thanks
Original comment by barotoa...@gmail.com
on 4 Nov 2011 at 2:59
ok, i already sort it out...
for anyone had the same problem for uploading image to page..
after getting access_token for the target page using:
FacebookDesktop.api('me/accounts', getPageAccessToken, null, 'GET');
and get the access_token from response object
and then use the access_token as one of the params and use:
FacebookDesktop.api('ALBUM_ID/photos', handleUploadComplete, values,'POST');
hope it helps :)
cheers!
Original comment by barotoa...@gmail.com
on 4 Nov 2011 at 3:46
I am trying to accomplish something similar, but I want to upload the image to
a page that the user does not manage. I see that someone above said this is not
possible. Can someone confirm that this is not possible? Is there some
documentation that states that this is a limitation?
Thanks!
Original comment by higgin...@gmail.com
on 5 Dec 2011 at 7:37
Thanks for this.
Higgin.. it´s not possible. Even if you go manually to fb without api... you
can´t..
Original comment by gonmig...@gmail.com
on 12 Dec 2013 at 1:31
Original issue reported on code.google.com by
pedro.ga...@gmail.com
on 28 Jul 2011 at 5:47