Skip to content
This repository has been archived by the owner on May 5, 2021. It is now read-only.

403 from Facebook when posting - possible fix for newer Apps #39

Open
uwantfries opened this issue Dec 1, 2014 · 0 comments
Open

403 from Facebook when posting - possible fix for newer Apps #39

uwantfries opened this issue Dec 1, 2014 · 0 comments

Comments

@uwantfries
Copy link

I was getting a 403 when posting to Facebook to a new test App (Create app - create test of that app)
It seems the permissions returned after authorization were not populated correctly as we were asking for publish_stream scope which AFAIK seems to have been deprecated/broken

I think the line in FacebookServices should be:

Scope = "publish_actions"; // was "publish_stream"; if I use public stream then it just defaults to read-only

This fix seemed to work for me but reading the forums older apps may still support publish_stream

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant