Java example of how to log in to Google App Engine with a Facebook account using OAuth

前端 未结 5 1975
梦如初夏
梦如初夏 2020-12-04 06:40

I searched a lot, read many blogs, articles, tutorials, but until now did not get a working example of using a Facebook account to log in to my application.

I know t

5条回答
  •  庸人自扰
    2020-12-04 07:02

    You can try face4j https://github.com/nischal/face4j/wiki . We've used it on our product http://grabinbox.com and have open sourced it for anyone to use. It works well on GAE.

    There is an example on the wiki which should help you integrate login with facebook in a few minutes.

    face4j makes use of oAuth 2.0 and the facebook graph API.

提交回复
热议问题