Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I'm trying to implement the Open Graph custom action and object.

I'm using this tutorial as a reference https://developers.facebook.com/docs/opengraph/tutorial/

Things seem to work fine, and I'm able to use the curl command to post an action on my timeline.
However, when trying to do it from the site, the popup that request for permission doesn't have the open graph action request, even though I request for publish_actions permission.

What am I missing? Do I have to publish the action first before it will show up on the referral dialog? Note that under the app setting, if I go to Auth Dialog > advanced and do "Preview Referral Dialog", the popup dialog looks correct.

enter image description here

share|improve this question
Are your actions approved? – Jeff Sherlock May 21 '12 at 22:48
No, I have not submitted my action yet. But I am the admin. Would it only work once I submit? Also I tried submitting but I can't, it says I need to at least post an action, which is the thing I haven't been able to do. Or do I use curl to do the first post and submit? – teepusink May 21 '12 at 23:23

1 Answer

If you are an Admin or Developer of the application, you will be able to request permission to publish_actions before the action is approved. Try using the API Explorer tool to test the request you are making from the website: https://developers.facebook.com/tools/explorer/

Are you removing the application before trying to test the action from your site? If you have already approved the app and the requested permission, you won't see the Dialog box again.

Post up the code you are using to request the publish_actions permission. Also, make sure 'Enhanced Auth Dialog' is enabled from the 'Advanced' Settings for your App.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.