I've recently found an open source library that does, post on a users facebook wall(restfb and facebook4j)

All of them does the necessary things, but there's one thing left I need to do and that is to login and register users to my web application using their facebook account. are there any related frameworks for such task? if not, please provide alternative solutions

有帮助吗?

解决方案

If i am correct in my understanding, all you want is to use Oauth or Open Id system to let user register and login to your website using Facebook or any other such service provider.

If i am correct in my understanding, there is a very good library which is quite easy to use and very light weight.

It also contains few examples which shows how to use it and how it works, let us know if this is what you are looking.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top