I want to show my own custom image for facebook connect. How can I do it?
Asked
Active
Viewed 192 times
0
-
1Which button? Login button, logout button, like button, what button? Also, are you using FBML? – Jan 11 '11 at 11:45
-
Login button. No I am not using FBML. – coure2011 Jan 12 '11 at 09:22
1 Answers
0
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?

Community
- 1
- 1

The Surrican
- 29,118
- 24
- 122
- 168