In a Grails application, with spring security facebook plugin, when user logs in, how can the application get actual facebook user name so that the home page can display the logged in user name?
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.
|
|
|
The plugin provides Facebook API Example: Add dependency to Spring Social Facebook:
and then load it from Facebook on user creation, by adding following into FacebookUserService:
See also |
||||
|
|