开发者

Customized button for facebook connect

开发者 https://www.devze.com 2023-02-04 02:49 出处:网络
I want to show my own custom image for facebook connect. How can I do it开发者_JS百科?You can use the Oauth2.0 protocol to do the user authentication.

I want to show my own custom image for facebook connect. How can I do it开发者_JS百科?


You can use the Oauth2.0 protocol to do the user authentication.

The javascript libraries by facebook are just a service you can but don't have to use.

It is described in detail here: http://developers.facebook.com/docs/authentication/desktop

You basically just have to direct the user to a link, and analyze the link (serverside) when the user gets redirected back.

What button/link/image you use in your frontend is then all up to you.

There is also a nice port of facebook to openid available here, that you may be interested in: Best way to implement Single-Sign-On with all major providers?

0

精彩评论

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