Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cannot use post with feed [New Pages experience not supported:] #147

Open
bawantha opened this issue Apr 15, 2022 · 2 comments
Open

cannot use post with feed [New Pages experience not supported:] #147

bawantha opened this issue Apr 15, 2022 · 2 comments

Comments

@bawantha
Copy link

code

var wallPost = {
  message: "I'm gonna come at you like a spider monkey, chip!"
};

graph.post("/feed", wallPost, function(err, res) {
  // returns the post id
  console.log(res); // { id: xxxxx}
});

response

message: "(#200) New Pages experience not supported: This endpoint is not supported in the new Pages experience."
type: "OAuthException"
code: 200
fbtrace_id: "xxxxxxx"
@radandevist
Copy link

Is this issue fixed yet?

@radandevist
Copy link

Is this issue fixed yet?

Never Mind, I just tested the current package version over my facebook page with new page experience and it works like acharm.

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

No branches or pull requests

2 participants