Omniauth-facebook hash not showing Facebook 'username' field, using rails 3

我与影子孤独终老i 提交于 2019-12-02 12:02:06

There's no field nickname, do you mean username? If so it's no longer available if you use the Graph API v2.0.

References:

I know this is an old question. Since facebook now does not support fetching username at time of login, a workaround for getting user name would be, to call GraphRequest.newMeRequest() from the onSuccess() method of facebook login button

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!