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 followed the guide on creating action links here: https://developers.facebook.com/docs/opengraph/actionlinks/ However, when I'm testing them with a new facebook app that I created it is not displaying the test action link. Is there some secret to making these work that is not included in the guide, or am I just rather unlucky?

share|improve this question
1  
I figured it out after re-reading and triple-checking everything. I used http instead of https for the "Action Link Url" field. It is odd that they do not throw any errors when saving since it silently shuts down the action links. – Jesse Wise May 10 '12 at 15:57

1 Answer

Jesse, non-https action links should still be visible to developers, with an error message shown on the link itself.

share|improve this answer
That is probably why I was using the http based link at first. However, I could not get the action link to show up until I switched to https. (At the time I was logged in as an app Administrator, maybe I needed to demote myself to just a Developer) Regardless, I'm fine with just using https. Thanks though for your input. – Jesse Wise May 16 '12 at 22:31

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.