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

  • SEARCH
  • Home
  • 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 6541831
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 25, 20262026-05-25T11:09:10+00:00 2026-05-25T11:09:10+00:00

Can I change properties on FB’s User object? Can I change work and education?

  • 0

Can I change properties on FB’s User object? Can I change “work” and “education”? I need to add information to these collections. I have user_work_history permission all right.

I used CS-Canvas-AspNetWebForms-WithoutJsSdk as a basis. Server replies “true” (in the id variable) but nothing gets changed. “100002852727242” is id on my app’s fake test user, Dorothy Ambhebgbgbdb Liman. Tried also post to “me” instead with same effect (= zilch).

Here’s my code:

protected void btnPostToWall_Click(object sender, EventArgs e)
{
    if (CanvasAuthorizer.Authorize())
    {
        var fb = this.CurrentClient;

        var parameters = new 
        {
            work = new [] 
            {
                new
                {
                    employer = new
                    {
                        id = "20528438720",
                        name = "Microsoft"
                    },

                    location = new
                    {
                        id = "109738839051539",
                        name = "Redmond, Washington"
                    },

                    position = new
                    {
                        id = "131108890265554",
                        name = "SDE"
                    },

                    start_date = "1991-01"
                }
            }
        };

        try
        {
            dynamic id = fb.Post("100002852727242", parameters);
            lblPostMessageResult.Text = "Message posted successfully";
            txtMessage.Text = string.Empty;
        }
        catch (FacebookApiException ex)
        {
            lblPostMessageResult.Text = ex.Message;
        }
    }
}

Original sample code was posting something on the Dorothy’s wall, no probs there. Maybe I can’t post to “http://graph.facebook.com/me?”? Couldn’t find anything useful anywhere. Any ideas?

Thanks in advance!!

  • 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-05-25T11:09:10+00:00Added an answer on May 25, 2026 at 11:09 am

    Currently, you cannot POST to /USER_ID, only to connections on the User object, e.g. /USER_ID/feed. Hence, you cannot change properties on the User object via a POST.

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

Sidebar

Related Questions

I have a bunch of properties (configurations) that can change per environment. However these
I hava a main view, where you have one object and you can change
I have a UItableView I can add and delete cells. I can change the
Can anyone suggest approaches that will allow me to change the properties of a
How i can change the color with gradient??? I have this now,but is different
This is probably really simple, I know you can change css properties with javascript
I'm making a text editor using Text Area. Which user can change font size,
I am having a number of controls in my application(which user can add to
I have a container whose size can change. I will by dynamically creating instances
I have written a Java(Documentum) Programme where we need to change DocBase repeateadly, Is

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.