Created
November 13, 2014 09:53
-
-
Save Legoless/a57951d07dd701f7bb7d to your computer and use it in GitHub Desktop.
Facebook Open Graph Story
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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