开发者

Omniauth doesn't return Facebook Checkins?

开发者 https://www.devze.com 2023-02-10 11:01 出处:网络
After authenticating with Omniauth/facebook, checkins dont seem to be included inside the data hash I am receiving from request.env[\"omniauth.auth\"], I have authorized 开发者_如何学编程for checkins

After authenticating with Omniauth/facebook, checkins dont seem to be included inside the data hash I am receiving from request.env["omniauth.auth"], I have authorized 开发者_如何学编程for checkins and can see them fine when hitting the url with my access code..

Anybody have any ideas?


Look at: https://github.com/nsanta/fbgraph instead. Omniauth isn't really intended for scraping all the possible facebook data, just for authenticating.

0

精彩评论

暂无评论...
验证码 换一张
取 消