javascript - Permission Dialog button label is "Go to app" instead of "Login with Facebook" -


i have page "login facebook" button. (we use java+spring social). if user clicks on button submits form for: /social/signin/facebook permission dialog opens, button's label on "go app". should make label "login facebook" , not "go app"? tried display:popup parameter, label same it.

in project don't use spring source. make fb login call:

fb.login(   function(response) {     if(response.authresponse) {       window.location = ...     } else {       alert(accessdeniedmessage);                                                      } },{scope : required_permissions}); 

and case button in permission dialog "login facebook".

see: http://developers.facebook.com/blog/post/2012/03/02/enhanced-auth-dialog-and-updates-to-permissions/

new button text

in enhanced auth dialog, button text 1 of 4 cases: "add facebook", "log in facebook", “go app”, or "play game". each of these extensively tested , showed more specific calls action users better understand auth process. first point of contact app, it’s important auth dialog exhibit great user experience.

see our open graph documentation learn more permissions , configuring enhanced auth dialog.


Comments

Popular posts from this blog

java - Play! framework 2.0: How to display multiple image? -

gmail - Is there any documentation for read-only access to the Google Contacts API? -

php - Controller/JToolBar not working in Joomla 2.5 -