Facebook open graph GraphMethodException error code 100

前端 未结 5 1988
臣服心动
臣服心动 2021-02-13 04:04

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:36

    Error 100 means that there is a plain syntax error in the URL you are posting to.

    I suspect you have a custom graph url set which doesn't match your action - see http://developers.facebook.com/docs/opengraph/creating-action-types :

    Graph API URL This customizes the exact endpoint used when publishing actions, which by default for custom action types is /me/{app-namespace}:{action-type-name}.

提交回复
热议问题