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.

I'm working on posting to facebook pages using the C# SDK. I can post updates and links fine but when I try to add a photo I get the following error

"(190) Impersonated access tokens can only be used with the Graph API"

When I change the access token to the user's the photo gets uploaded to the users profile and not the page.

Anyone know what's going wrong here and how to fix it?

share|improve this question
maybe this can be helpful: stackoverflow.com/a/6041364/11343 – CharlesB Dec 8 '11 at 9:41

2 Answers

I don't know your full scenario, but https://facebookpsmodule.codeplex.com supports this easily with the New-FBPhoto and New-FBFeed commands.

share|improve this answer

You must be using a page access token. You need to use the user's access token with manage_page permissions and target the page id.

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.