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 6533191
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 25, 20262026-05-25T10:05:42+00:00 2026-05-25T10:05:42+00:00

I have an app and I am able to post to a user’s wall

  • 0

I have an app and I am able to post to a user’s wall when they allow it. However, when the app makes a wall post, it shows that it is from me (the administrator of the app) posting on the user’s wall. I want it to look like it was the actual user posting on their own wall… (using VS 2008, .Net 3.5)

Here is my code…

    Dim oFB As Facebook.FacebookClient
    Dim sAppId As String = "my app id"
    Dim sAppSecret As String = "it's a secret"

    Dim webClient As System.Net.WebClient = New System.Net.WebClient()
    Dim result As String = webClient.DownloadString("https://graph.facebook.com/oauth/access_token?client_id=" & sAppId & "&client_secret=" & sAppSecret & "&grant_type=client_credentials")

    '- Access token changes every hour
    oFB = New Facebook.FacebookClient(sAppId, sAppSecret)

    oFB.AccessToken = result.Substring(result.IndexOf("=") + 1)

    Dim oPost As Collections.Generic.IDictionary(Of String, Object)
    oPost = New Collections.Generic.Dictionary(Of String, Object)
    oPost.Add("message", "(websitepipeline test post) Check out this new product!") '- This is the wall post / the description input for the DM function
    oPost.Add("link", "http://www.example.com/content/somepage.html")
    oPost.Add("from", "the user who authenticated")
    oFB.Post("the user who authenticated/feed", oPost)
  • 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-25T10:05:43+00:00Added an answer on May 25, 2026 at 10:05 am

    Here’s a link to a library someone made for .NET that it wraps around 😉 [link]http://www.lagorio.net/windows/facebook/) Obviously you will need to present a FBDialog asking the user for his credentials of course! 🙂 Not too sure what library your using but maybe the string for “from” is incorrect or needs to be a user token of some sort

    Use the .setStatus command w/ this API.

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

Sidebar

Related Questions

I have an app which could benefit from the user being able to choose
I want to allow a user of my web-app to be able to post
I have an app that needs to be able use either an sqlite3 datebase
I have an app that normal users need to be able to run, but
I'd like to be able to extend ConfigurationManager so that I have an app.config
I have a rails app which currently has 3 models: Post , User and
I would like a user to be able to post/share to their facebook from
I have a simple app that allows people to post their new entry to
I have a need in my app to allow users to bookmark a post.
I have an app where we want users to be able to send us

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.