Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I created a facebook canvas. I'm looking for a way to change the canvas button from 'Go to app' to 'Login with Facebook' as shown on the attached pictures. Did some research but couldn't find anything on this matter. Any help would be appreciated. Thanks

share|improve this question
I have to take off the images as I still don't have up to 10 reputations :D – Lomse May 12 '12 at 1:57
please link to an example. – Yan May 12 '12 at 6:32
if you are talking about the FB default button, you can't do something to change it, because is generated by FB. – Philip May 12 '12 at 6:50
@Yan my question is how to change this to this – Lomse May 12 '12 at 9:19
Is it possible? Please I need an answer. Thanks – Lomse May 12 '12 at 12:07

2 Answers

up vote 1 down vote accepted

One is an App that is embedded in Canvas: that's the "Go To App" one.

The other is a Website that is NOT embedded in a canvas, that's the "Login" one.


To change it, you'd need to use a custom login button to return the user to a holding webpage that is not in the Canvas. (You also need to set this "website" up in the Facebook Developers App settings page). From the landing webpage, you can kick the user back to the canvas once they've accepted the app permissions. Probably not worth the hassles for a button that no-one reads?

share|improve this answer
thanks for the answer. – Lomse May 12 '12 at 19:06

Just add a respone=token parameter in the URL and it shows "Login with facebook" and not "Go to app"

http://www.facebook.com/dialog/oauth/?scope=publish_stream&client_id=198583033513325&redirect_uri=myUrll&response_type=token&display=popup

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.