When do I need to close my Facebook (Android) session?

In my android app, I have 3 login options. Google+, Facebook and my own login option. I have completed all 3.

I have implemented Facebook login via their v3.0 sdk. I open a session, get access token and user id. Then I pass these 2 values ​​to my api and write them down.

After getting these 2 values, I have no other use for facebook and I want to close the session. Is there a reason why I should leave it open?

I have a similar question for GoogleApiClient here.

+2


source to share





All Articles