Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

Hey all, I'm trying to upload an image to a fan page album using the graph api but it keeps uploading it to my profile instead of the fan page album.

any ideas on this?

share|improve this question
Do you have a code sample? – Kev Sep 29 '11 at 23:45

1 Answer

up vote 0 down vote accepted

Make sure you use the Page access token, https://developers.facebook.com/docs/reference/api/page/#page_access_tokens since you are operating as a page in this instance.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

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