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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 12, 20262026-06-12T16:10:10+00:00 2026-06-12T16:10:10+00:00

When I publish an link to my facebook page using a http post to:

  • 0

When I publish an link to my facebook page using a http post to:

https://graph.facebook.com/MYID/feed

I get the wrong image on the timeline. The title and description is correct. When I check the URL in the object debugger, everything seems fine.

For example, the following url gives me this problem:
http://www.weekmenu.nl/hollands/knapperige_slastamppot_met_gebakken_feta/

As you can see on this screenshot, the wrong image is shown in the timeline:
http://www.weekmenu.nl/wrong.png

(I’m sorry, i’m not allowed to post images or more than 2 links.. stupid stackoverflow)

It should be:
http://www.weekmenu.nl/wp-content/uploads/2012/10/e10a13fa3a3d7f660abf9aabe9651078.jpg

Are the meta tags correct on my page?

This is the PHP code I use to post the recipe to my facebook page:

$params = array('access_token'=>get_option('weekmenu_social_fb_access_token'), 'message'=>$message_facebook, 'link'=>$link);
$url = "https://graph.facebook.com/".get_option('weekmenu_social_fb_page_id')."/feed";
$ch = curl_init();
curl_setopt_array($ch, array(
   CURLOPT_URL => $url,
   CURLOPT_POSTFIELDS => $params,
   CURLOPT_RETURNTRANSFER => true,  
   CURLOPT_SSL_VERIFYPEER => false,
   CURLOPT_VERBOSE => true
));
$result = json_decode(curl_exec($ch));

Where lies the problem?

  • 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-12T16:10:12+00:00Added an answer on June 12, 2026 at 4:10 pm

    Facebook caches its results the first time a page is scraped – to force that to refresh, you need to use their URL Linter.

    If you put your page’s address into that tool, the correct information will be displayed the next time the link is posted to facebook.

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

Sidebar

Related Questions

I'm trying to publish checkin using Facebook Graph API. I've gone through Facebook API
I'm using the following to post a message on my Facebook page: $attachment =
I'm trying to post a photo to Facebook page from user using Facebook SDK
i am using the following code to publish to a Page's feed connection $attachment
I'm currently using the Facebook Developer Toolkit to publish to my organization's Facebook page.
When I click a link which calls following function...I get Something went wrong. We're
We are trying to publish to the feed resource of an event using the
I use below method to Authenticate.. https://www.facebook.com/dialog/oauth?client_id= &redirect_uri=&scope=email,user_birthday,status_update,publish_stream,read_stream,user_about_me,offline_access,user_likes&response_type=code&display=page 2 Problem is that instead of
I am using the following PHP code to post to my page wall. it
I have a link with this listener: $('#share-via-facebook-trigger').click(function () { FB.ui( { method: 'stream.publish',

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.