fbgraph icon indicating copy to clipboard operation
fbgraph copied to clipboard

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

Open bawantha opened this issue 2 years ago • 2 comments

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"

bawantha avatar Apr 15 '22 14:04 bawantha

Is this issue fixed yet?

radandevist avatar Aug 20 '22 06:08 radandevist

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.

radandevist avatar Aug 20 '22 06:08 radandevist