您好我想爲我的Rails應用程序發佈開放圖形操作。我想發佈簡單的待辦事項分享行動。我得到了下面的代碼做如何使用應用程序訪問令牌在rails中發佈opengraph操作
https://graph.facebook.com/me/[YOUR_APP_NAMESPACE]:todo
?recipe=OBJECT_URL&access_token=ACCESS_TOKEN
現在我的問題是我想使用的應用程序訪問令牌做到這個職位的要求,但是當我使用app_token我收到以下錯誤。
{ "error": {
"message": "An active access token must be used to query information about the current user.",
"type": "OAuthException",
"code": 2500 }
}
我嘗試了上述網址從browser.I想知道如何從軌控制器 & POST請求如何使用app_access令牌發佈的Open Graph行動?
嘗試使用此鏈接的訪問令牌https://developers.facebook.com/tools/access_token/ – Xenon
順便說一下,您使用內置對象和操作? – Xenon