I have been searching around for a while a tutorial to use Facebook OpenGraph with ShareKit 2.0 , but I never found one, and i can't get it working. I have successfully installed Sharekit as mentioned here : https://github.com/ShareKit/ShareKit/wiki/Installing-sharekit
I can also share something from my iOS app to user's Facebook Wall, but I can't use OpenGraph... ( I want to share an Object with a description and an image, and additional information) I tried following the Scrumptious example ( https://github.com/facebook/facebook-ios-sdk/blob/master/samples/Scrumptious/scrumptious/SCViewController.m ), but they don't use ShareKit in that example (normal...) and I can't figure out how to use both Sharekit and OpenGraph together. Is there something special to import ?
Thanks in advance for advices :)