Facebook open graph GraphMethodException error code 100

前端 未结 5 2085
遇见更好的自我
遇见更好的自我 2021-02-13 03:59

I\'m trying to work my way through the Facebook tutorial publish and open graph story for iOS, https://developers.facebook.com/docs/tutorials/ios-sdk-tutorial/publish-open-graph

5条回答
  •  死守一世寂寞
    2021-02-13 04:38

    this error means that your Facebook page setting is not set to visible.

    Go to Facebook general setting and check page visibility.

    {
      "error": {
        "message": "Unsupported post request.", 
        "type": "GraphMethodException", 
        "code": 100
      }
    }
    

提交回复
热议问题