Skip to content

Instantly share code, notes, and snippets.

@Legoless
Created November 13, 2014 09:53
Show Gist options
  • Save Legoless/a57951d07dd701f7bb7d to your computer and use it in GitHub Desktop.
Save Legoless/a57951d07dd701f7bb7d to your computer and use it in GitHub Desktop.
Facebook Open Graph Story
id<FBOpenGraphAction> action = (id<FBOpenGraphAction>)[FBGraphObject graphObject];
[action setObject:objectId forKey:@"style"];
[action setObject: @"true" forKey: @"fb:explicitly_shared"];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment