Guest User

Untitled

a guest
Oct 22nd, 2017
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.50 KB | None | 0 0
  1. - (BOOL) rememberFacebookTokenOn
  2. {
  3. /***********************************************************************************************/
  4. /* In the System Preferences, the user can decide whether to store the access token for later */
  5. /* or not. Return this value. */
  6. /***********************************************************************************************/
  7. NSUserDefaults *defaults = [NSUserDefaults standardUserDefaults];
  8. return [defaults boolForKey:REMEMBER_FACEBOOK_PREFERENCE];
  9. }
Add Comment
Please, Sign In to add comment