Facebook Connect Login to myfacebookapp NO Working!
i create an application in Facebook, and another application in my own website, and it's ok.then i go to amin/block, enabled the block 'Facebook Connect Login to myfacebookapp',i think its configuration is right for it's default value, and the code is '{fb:login-button onclick="FB_Connect.login_onclick()" v="2">{fb:intl>Connect with Facebook{/fb:intl>{/fb:login-button>'.
but when i browse it in the page, it's just some words as 'Connect with Facebook' in the header block, no photo no links. opened the page's Source file in the site, the htmlcode is '{div class="content">{fb:login-button onclick="FB_Connect.login_onclick()" v="2">{fb:intl>Connect with Facebook{/fb:intl>{/fb:login-button>{/div>
', it seems no interaction with Facebook site.
'{' = '<'
- Forums:

Facebook Connect Button Not Showing
I am having a similar issue right now. I actually had the application working great and then I decided to add the login link to another page. On that page I didn't want label to show so I opened the block and deleted the label name from the field. I saved the block and now all I see on the page is the words "Connect with Facebook".
I can't figure out why this would happen on saving the block with just deleting the label. Restoring the label had no affect. Any ideas on what to try?
When you save the block, it
When you save the block, it picks an "input format" which often strips the FBML tab. Make sure you've selected PHP code or Full HTML for that value.