You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You should be able to style it by yourself with CSS. You can overwrite the defined style. Alternatively you can manually create your Facebook Login button e.g:
<g:link uri="/j_spring_security_facebook_redirect" class="my-own-fb-btn-class">Login with Facebook
</g:link>
And use the "my-own-fb-btn-class" class to style via CSS
Hi ,
I have the below configuration.
Faceboook button that i get is small and i want to customize it . Please let me know the process.
compile "org.grails.plugins:spring-security-facebook:0.15.3-CORE2"
and i have the below configuration:
grails.plugin.springsecurity.facebook.domain.classname='com.fito.FacebookUser'
grails.plugin.springsecurity.facebook.appId=
grails.plugin.springsecurity.facebook.secret=
grails.plugin.springsecurity.facebook.filter.type='transparent'
grails.plugin.springsecurity.userLookup.usernamePropertyName='email'
grails.plugin.springsecurity.logout.postOnly = false
grails.plugin.springsecurity.logout.redirectToReferer = true
Thanks in advance
-Suman
The text was updated successfully, but these errors were encountered: