Topic-icon Parse error again

Active Subscriptions:

None
8 years 5 months ago #56021 by piet
Parse error again was created by piet
Hello,

sorry but I have again this problem with facebook.
I configure with autotune, but it is not perfect with facebook.

developers.facebook.com/tools/debug/og/o...ps-de-coeur-decembre

What can I do to fix this quickly ?

Regard.
The topic has been locked.
Support Specialist
8 years 5 months ago #56022 by alzander
Replied by alzander on topic Parse error again
I don't see JFBConnect enabled on that page at all. Can you verify that the JFBCSystem plugin is enabled?

Thanks,
Alex
The topic has been locked.
Support Specialist
8 years 5 months ago #56023 by alzander
Replied by alzander on topic Parse error again
Also, double-checking the Autotune history, I don't see you running against that domain at all. I see tests against micmag only. Did you run Autotune on the site you posted above?

Alex
The topic has been locked.
Active Subscriptions:

None
8 years 5 months ago #56029 by piet
Replied by piet on topic Parse error again
Hello,

stupid am I ?
Now I just activated the "Content - JFBCContent" & "System - JFBCSystem" plugin

And it is better, but still have a small error. Is it important ?

fb:app_id hasn't been included in the meta tags. Specify the app ID so that stories shared to Facebook will be properly attributed to the app. Alternatively, app_id can be set in url when open the share dialog. Otherwise, the default app id( 966242223397117 ) will be assigned.


developers.facebook.com/tools/debug/og/o...ps-de-coeur-decembre
The topic has been locked.
Support Specialist
8 years 5 months ago #56038 by mel
Replied by mel on topic Parse error again
If you've properly set up the API key and Secret Key in the JFBConnect > Configuration > Facebook tab, JFBConnect should be inserting the fb:app_id Open Graph tag onto the page. Please verify that these two values are set correctly. If the keys are not set, please edit those values and then re-scrape the page in the FB Open Graph Debugger tool using the 'Fetch New Scrape Information' button.

If the API/Secret keys are already set, please let us know and we'll help narrow down the problem further.

-Melissa
The topic has been locked.
Active Subscriptions:

None
8 years 5 months ago #56049 by piet
Replied by piet on topic Parse error again
hello,
I just added the api/secret keys, but still have the problem with this page...

The app id (761757490595690) in fb:app_id metatag is invalid. The default app id (966242223397117) will be assigned instead when this URL is shared to Facebook.


www.lebruitdesimages.com/blog/coup-de-co...ps-de-coeur-decembre
File Attachment:


and the image is a facebook image... very strange...
Can you help us please ?

Regard.
The topic has been locked.
Support Specialist
8 years 5 months ago #56051 by mel
Replied by mel on topic Parse error again

I just added the api/secret keys, but still have the problem with this page...

If I look at the Facebook graph for that App ID at graph.facebook.com/761757490595690 then I get invalid results:
{
   "error": {
      "message": "Unsupported get request. Please read the Graph API documentation at https://developers.facebook.com/docs/graph-api",
      "type": "GraphMethodException",
      "code": 100,
      "fbtrace_id": "GVzo6IYRCUl"
   }
}

This leads me to believe that either the application is set up incorrectly or that App ID is incorrect. Please 1) double-check the app id and secret keys and 2) Open JFBConnect's Autotune Tool and run through the Facebook App tab to review and possibly correct any application settings that may be incorrect. I could see that incorrect website URLs in the app could be causing this problem, so please review your settings.

For an example of what a valid application looks like in the Facebook Graph, here's what SourceCoast's looks like at graph.facebook.com/116488908376294
{
   "daily_active_users": "31",
   "daily_active_users_rank": 59942,
   "description": "Easy to use Joomla extensions for Facebook Connect including single-sign on, Requests, Canvas integration, and more",
   "icon_url": "https://scontent.xx.fbcdn.net/hphotos-xaf1/t39.2080-0/851556_655833097775203_2112880625_n.png",
   "link": "https://apps.facebook.com/joomla-extensions/",
   "logo_url": "https://scontent.xx.fbcdn.net/hphotos-xfa1/t39.2080-0/851563_601427679882412_1529956022_n.gif",
   "monthly_active_users": "400",
   "monthly_active_users_rank": 65849,
   "name": "SourceCoast Joomla Extensions",
   "namespace": "joomla-extensions",
   "weekly_active_users": "100",
   "id": "116488908376294"
}

and the image is a facebook image... very strange...

The og:image tag is missing from the page, which is why the image you're seeing is strange. Facebook attempts to determine the best image if the tag is not present. JFBConnect provides several ways to add the image tag. You can see descriptions here . If the articles are just Joomla articles, I would suggest setting up the 'Open Graph - Content' plugin and creating an Object in JFBConnect > Open Graph > Objects section for JFBConnect to pick the images automatically for each article.
The topic has been locked.