user856065
user856065

Reputation: 69

authenticate blackberry application with facebook account

I am developing an application where user can register themselves by filling up the registration form or login with their facebook account to use the application. But my problem is- how can I hit the login page of facebook and retrieve the userid, token, session key, username etc when user successfully logins to his facebook account and then redirect him back to my application.

I am really confused searching here and there. I have to just authenticate my user with his facebook account and comeback to my application with userid and all the keys.

please help.

Kind Regards, Rupesh

Upvotes: 0

Views: 132

Answers (1)

Arafangion
Arafangion

Reputation: 11950

Apparently Facebook supports OpenID, so use that. A quick google brings up articles such as http://developers.facebook.com/blog/post/246/

Upvotes: 1

Related Questions