Reputation: 483
First, I have to login to a Facebook account in my app. However, when I quit my application and start mp application again, I still have to log in account facebook again without input
my password because my application has session already. Do I have to save my facebook session
in SharedPreferance
if I want to make my application log in automatically when start again?
Upvotes: 0
Views: 128
Reputation: 4942
As you dont want to login again and again to facebook in your application. You just have to save the Access Token
in SharedPreference
and thats all :).
Upvotes: 1