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.

In ASP.NET MVC, the ActionLink method renders an element that links to an action method in a controller. Specifically, it returns an anchor element ( tag) that contains the virtual path of the specified action method (possibly with route parameters).

learn more… | top users | synonyms (1)

0
votes
0answers
144 views

February breaking changes - my action link stopped working

My application allows two actions: ask and give recommendations. I have got approval for both the actions. Clearly both these actions are non-content consuming (based on the Facebook definition in ...
0
votes
0answers
66 views

Action link of a posted action not shown next to “like” and “comment” using facebook ios sdk

I've configured an action link for an open graph action. But although I am able to post using the ios sdk I dont see the links below that were supposed appear next to like and comment links. What may ...
0
votes
0answers
48 views

open graph action link disable for a particular story not working with no_action_link=true

I want to disable the open graph action link when posting the particular action. I am following the documentation https://developers.facebook.com/docs/technical-guides/opengraph/action-links/ I tried ...
0
votes
0answers
120 views

open graph action link redirection not working for the facebook test users

I have an application that posts open graph story in facebook. I have configured the action link as a redirection to our application. When we click the action link url in the story posted for the ...
0
votes
0answers
86 views

redirect action link to canvas app without error alert

I am integrating action links into my application and when re-directing user outside of Facebook, am getting the Sorry, Something Went Wrong error, per the spec. The spec indicates that this is the ...
2
votes
1answer
155 views

FB Open Graph: why when my app posts an action on user's wall, action link related to the action is not shown on the post?

I have defined and got approved by the Facebook the following actions in my app: 1) Donate to 2) Share which have connected objects Video and Article. Both of the actions have linked action ...
0
votes
1answer
331 views

Open Graph Action link returning 500 error

I have used open graph Action. Action is working fine. I have also used open graph action link. It showing my link next to unfollow post. but when i click on this action link then ajax call returning ...
0
votes
1answer
666 views

Facebook Connect Action Links - Why Are They Adding QueryString Parameter to our URL's?

I have a Facebook Connect application (IFrame, external website). When i post to the user's wall using the Old JavaScript API (FB.Connect.streamPublish), im specifying action links, as many people ...
1
vote
1answer
505 views

How can I change the way MVC renders an action link dynamically?

I need to change the way MVC is rendering action links(and form's and url's, etc) based on a configuration setting. I am writing a facebook application using MS MVC and my action links need to render ...