Note that there are some explanatory texts on larger screens.

plurals
  1. USMA-Maddin
    primarykey
    data
    text
    plurals
    1. COYea, thats what i meant. The button only redirect to registration-url if you are not connected to your app! If the button shows "Login" you are either logged out of FB or you are logged in with FB AND connected with your app. The first link ( https://www.facebook.com/appcenter/my ) show you all apps you are connected with (if you are logged in with facebook). There you could revoke connection to your app to try out the button... this is the "public way". The 2nd link is for developer use i.e. an "unsubscribe button" on your website. Thats why it replies "true" ;)
      singulars
    2. COdo you have tried the HTML5 button instead of XFBML? or use `data-registration-url=""` instead of `registration-url=""` Also i noticed that the bug appears to me only on firefox when i am clicking on the facebook icon of registration button. If i click on the text, it works as well!
      singulars
    3. COI meant, when i was testing the login button first time, I haven't noticed that it can't redirect to registration-url because i was already connected to my app. At this moment my website only refreshs as yours do, when i was clicking the button. After revoke connection to my app it works. if this might be the problem, use this link to disconnect from your app: `https://graph.facebook.com/me/permissions?method=delete&access_token=<YOUR TOKEN>` (You can see access token here: https://developers.facebook.com/tools/access_token/ ) If there is no token, you're not connected and problem is an other
      singulars
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload