Skip to content

Instantly share code, notes, and snippets.

@simi
Created May 28, 2012 13:34
Show Gist options
  • Select an option

  • Save simi/2819232 to your computer and use it in GitHub Desktop.

Select an option

Save simi/2819232 to your computer and use it in GitHub Desktop.
fb
NSMutableDictionary* params = [NSMutableDictionary dictionaryWithObjectsAndKeys:
kAppId, @"app_id",
@"https://developers.facebook.com/docs/reference/dialogs/", @"link",
@"http://fbrell.com/f8.jpg", @"picture",
@"Facebook Dialogs", @"name",
@"Reference Documentation", @"caption",
@"Using Dialogs to interact with users.", @"description",
nil];
[_facebook dialog:@"feed" andParams:params andDelegate:self];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment