Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7986617
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 4, 20262026-06-04T11:54:19+00:00 2026-06-04T11:54:19+00:00

Looking for some help on posting an open graph action using v6 of the

  • 0

Looking for some help on posting an open graph action using v6 of the SDK. I have been scouring for a couple of days, and can’t find any examples of how to do this. So far I have:

protected void btnDyno_Click(object sender, EventArgs e)
    {
        FacebookSDKInterface fbData = new FacebookSDKInterface();
        var fb = new FacebookClient(fbData.FacebookAccessToken);

        dynamic parameters = new ExpandoObject();
        parameters.appnamespace = "thedynoroom";
        parameters.action = "added";
        parameters.object_name = "dyno_run";
        parameters.object_url = "http://thedynoroom.com/DesktopModules/Incite/InciteCore/FBObject.aspx";

        try
        {
            dynamic result = fb.Post("me/", parameters);

            lblPostMessageResult.Text = result;
            txtMessage.Text = string.Empty;
        }
        catch (FacebookApiException ex)
        {
            lblPostMessageResult.Text = ex.Message;
        }
    }

I know this is not correct, as I was just guessing as I was unable to find any documentation on this specifically. Is there any more documentation other than what is on http://csharpsdk.org?

Thanks in advance for the help!
Chad

UPDATE: Ok, figured it finally…
If, when in your facebook developer graph dashboard, the Get Code link for your action looks like this:

curl -F 'access_token=blahblahblah' \
 -F 'dyno_run=http://samples.ogp.me/266692056752346' \
    'https://graph.facebook.com/me/thedynoroom:add'

Then your code should look like this:

        dynamic parameters = new ExpandoObject();
        parameters.dyno_run = "http://samples.ogp.me/266692056752346";

        try
        {
            dynamic result = fb.Post("me/thedynoroom:add", parameters);

            lblPostMessageResult.Text = result;
            txtMessage.Text = string.Empty;
        }

Note that in the “parameters.xxxxxxx” the xxxxx is = to your action name.

Now I just need to figure out how to parse the JSON result 🙂

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-04T11:54:21+00:00Added an answer on June 4, 2026 at 11:54 am

    See answer under UPDATE above.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Im looking for some help creating a graph using the google chart API I
looking for some help with images referenced within the stylesheet. I have no problems
-Hello, looking for some help. We currently have a winform app used to do
looking for some help:) http://69.65.3.168/~doubleop/pro.sperity/blog is the site i am working on, you can
I have tried looking all over the net for some help, and couldn't find
I'm looking for some help regarding partials. I have created a partial for a
I'm looking for some help with a Google Maps implementation. I have to code
I have posted this a few times looking for some help, I cant seem
Looking for some help! I need to split a string at the last occurrence
Looking for some help with optimising the query below. Seems to be two bottlenecks

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.