can we check if the user is already logged in?
using titanium sdk 2.0.2 with Android 2.3.3
1 Answer
Accepted Answer
try this
if (Ti.Facebook.loggedIn == false) { } else { Ti.API.info("User ID" + Ti.Facebook.uid); Ti.API.info("Access Token: " + Ti.Facebook.accessToken); };
Your Answer
Think you can help? Login to answer this question!