In Facebook SDK V2 there existed delegate methods to receive information ie when a user logged out the delegate method -(void)fbDidLogout was called. But I cannot find any information about delegate methods in Facebook SDK V3?
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.
|
|
|||
|
|
|
in latest version of facebook sdk,when clicking on the logout button we need to check one condition and it will be like below
here session is FBSession class object and it is synthesized in Appdelegate. |
|||
|
|
From reading the documentation thourougly now I understand there are no more delegate methods in Facebook SDK V3+ Instead you need to inspect the |
|||
|
|