未能在Rfacebook中获得fbOAuth

use*_*seR 3 facebook r

我想让fbOAuth使用包访问实时访问令牌 Rfacebook

app_idapp_secret这个链接注册资格应用程序后.
它要求我"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.
Run Code Online (Sandbox Code Playgroud)

谢谢.

Aas*_*shu 5

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

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

包括"httpuv"包,这个链接可能会帮助你.