Guest User

Untitled

a guest
Jul 17th, 2018
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. Titanium.App.credentials = { "user" :"username", "pwd":"password123"};
  2.  
  3. if(Ti.Facebook.loggedIn) {
  4. if(Ti.App.Properties.hasProperty('fbid')) {
  5. var fbid = Ti.App.Properties.getString('fbid');
  6. }
  7. }
Add Comment
Please, Sign In to add comment