-
Notifications
You must be signed in to change notification settings - Fork 2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
help using the open graph #667
Comments
Hi, I had a similar problem and implemented a custom apiPost method to reflect the Facebook JS SDK API (https://developers.facebook.com/docs/javascript/reference/FB.api) It is a fix for the web version only at the moment.
Success and error callbacks are handled like the rest of the plugin. This fix still needs testing with the mobile app SDKs on Android and iOS. |
Fix gets overwritten by the injected JS file upon build :( |
Hi mellinger, you need to check where you edit the facebookConnectPlugin.js. I'm beginning with the implementation for this feature for Android now. I'll keep you posted and will submit a pull request when it is done. Cheers Chau |
Thanks for your response! I've just been using the HTTP API, excited to see it in though. |
Can someone please direct me in the right direction of implementing a custom story using the open graph?
i tried the following code but it doesn't even fire. i know i'm doing something wrong.
facebookConnectPlugin.api('me/Claimed:find?method=post&fb:explicitly_shared=true&message=You should really try this app', ['publish_actions'],
function(response) {
// Return the id of the posted element !
console.log(response);
},
function(error) {
console.log(error);
}
);
do i also have to do something else in the facebook developer dashboard as long as i'm in development stage?
Any help is appreciated! Thanks!
The text was updated successfully, but these errors were encountered: