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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 17, 20262026-06-17T08:35:37+00:00 2026-06-17T08:35:37+00:00

Need a way for Facebook to render images in a wallpost when the wall

  • 0

Need a way for Facebook to render images in a wallpost when the wall post is made through the Open Graph API.

When I copy and paste this link into the Facebook UI at facebook.com, and post it that way, the wall post ends up looking like this:

Successful rendered image in FB wall post

But, when I try to access my wall programmatically using the Facebook Python library, using the below code, the image does not render:

graph = GraphAPI(valid_access_token)
graph.put_wall_post(message='https://s3.amazonaws.com/dotellapptest/review_photos/enlarged/811..OJUzXI76Rw6J2Zj_vZyWNw.png')

Yields this:

unsuccessful Facebook wall post with image

How can I use the Facebook API to embed an image in my wall post?

  • 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-17T08:35:38+00:00Added an answer on June 17, 2026 at 8:35 am

    Use the link field not the message field via an attachment

    def put_wall_post(self, message, attachment={}, profile_id="me"):
        """Writes a wall post to the given profile's wall.
    
        We default to writing to the authenticated user's wall if no
        profile_id is specified.
    
        attachment adds a structured attachment to the status message
        being posted to the Wall. It should be a dictionary of the form:
    
            {"name": "Link name"
             "link": "http://www.example.com/",
             "caption": "{*actor*} posted a new review",
             "description": "This is a longer description of the attachment",
             "picture": "http://www.example.com/thumbnail.jpg"}
    
        """
        return self.put_object(profile_id, "feed", message=message,
                               **attachment)
    

    https://github.com/pythonforfacebook/facebook-sdk/blob/master/facebook.py#L142

    http://developers.facebook.com/docs/reference/api/user/#links

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

Sidebar

Related Questions

Need a way for Facebook to render an image in wall posts. Sometimes, all
With the many programming tools from FaceBook, like FaceBook connect, graph api, etc... Is
i need to extend my facebook access token, I'm calling this: https://graph.facebook.com/oauth/access_token? client_id={MY PAGE
I am very new to FaceBook Javascript API. I need help to get the
I'm currently calling the Facebook graph API from one of my actions which returns
I'm currently working my way through the facebook-iphone-sdk and the MGTwitterEngine and I'm wondering
I need to create an iPhone application using Facebook. The facebook FBConnect API supports
I have used facebook open graph tags for facebook like but they are not
I need a way to change the specific value of a column of a
I need a way in my Chrome extension to know when the browser 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.