barssala
barssala

Reputation: 483

Getting Facebook session when I start my Android app?

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

Answers (1)

BBdev
BBdev

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

Related Questions