criso / fbgraph

NodeJs module to access the facebook graph api
http://criso.github.io/fbgraph/
1.09k stars 177 forks source link

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

Open bawantha opened 2 years ago

bawantha commented 2 years ago

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 commented 1 year ago

Is this issue fixed yet?

radandevist commented 1 year ago

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.