i'm using Facebook native API for sharing in my iPhone App, i need to know as soon as user logged in i need his username, how can i get this? Any help is appriciated in advance.
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.
|
|
You can use Graph API to do this. Just make a request in fbDidLogin delegate method:
And then you can get all the information about current user in didLoad method:
|
|||
|
|