fbgraph
fbgraph copied to clipboard
cannot use post with feed [New Pages experience not supported:]
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"
Is this issue fixed yet?
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.