r - 无法在 Rfacebook 中获得 fbOAuth

标签 r facebook

我想让 fbOAuth 使用包访问实时访问 token Rfacebook
我收到了 app_idapp_secret来自 this link注册应用程序后。
它需要我"Copy and paste into Site URL on Facebook App Settings: http://localhost:1410/"
我不确定应该将链接粘贴到哪里。并在出现错误时

> fb_oauth <- fbOAuth(app_id, app_secret, extended_permissions = TRUE) 
Copy and paste into Site URL on Facebook App Settings: http://localhost:1410/ 
When done, press any key to continue...
Error in authorizer(authorize_url) : 
  httpuv package required to capture OAuth credentials.

谢谢。

最佳答案

您必须在开发者应用设置中粘贴 url ( http://localhost:1410/ )

  • 点击添加平台。
  • 选择网站并粘贴
    http://localhost:1410/在 URL 链接中。

  • 包括包“httpuv”和这个 link可能会帮助你。

    关于r - 无法在 Rfacebook 中获得 fbOAuth,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/24719489/

    相关文章:

    facebook - FB.init(...) 错误 : "Given URL is not allowed by the Application configuration."

    php - 使用 Facebook Graph API 上传照片时出现异常

    ios - Facebook API 和 iOS

    iphone - facebook-ios-sdk 注销

    Facebook 图表访问封闭群组提要/帖子

    r - 计算函数内向量中的每个值

    r - 如何平均数据集中每 5 行 - R

    r - 使用 R 过滤/保留 Excel 文件中的彩色单元格

    r - 如何在段的开头添加标签到geom_segment?

    R Shiny : Prevent cssloader from showing until action button is clicked