Skip to content

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

@bawantha

Description

@bawantha

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"

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions