Skip to content

Instantly share code, notes, and snippets.

@martinpilch
Created July 15, 2012 17:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save martinpilch/3117824 to your computer and use it in GitHub Desktop.
Save martinpilch/3117824 to your computer and use it in GitHub Desktop.
GSObject *dictionary = [[[GSObject alloc] init] autorelease];
[dictionary putStringValue:@"facebook" forKey:@"provider"];
[dictionary putStringValue:@"109322029116699" forKey:@"facebookAppId"];
[dictionary putStringValue:@"tw4" forKey:@"facebookLocalAppId"];
[dictionary putStringValue:@"email,user_birthday,user_location,publish_stream,offline_access" forKey:@"facebookExtraPermissions"];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment