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?