Original Message:

Posted by dmeyerson on June 28, 2013 at 4:53pm
I used the patch in the original post and the button displays now, but only when I'm logged in to facebook. When I'm not logged in, nothing shows up in the content block. My site is hooferouting.org/. Anyone know what the problem could be?

See https://drupal.org/node/1570374

Comments

lliss’s picture

Instead of using the patch try updating to the latest stable version of the module. The patch and other fixes as well were added to the upstream code. Make sure, after you update to go in and review and SAVE the configuration settings for the module.

fortozs’s picture

Hello. I am having an issue as well. I can not get the like button to show except when logged in to Facebook. I have all the access settings checked so I'm not sure if its a permissions issue. I have also tried deleting the text in "locale". None of this has worked for me. I also tried the patch but got Hunk #1 FAILED at 221. Has Facebook altered their code again? I am using Drupal 7. Thanks.

EDIT: btw, I am using what I believe is the newest module version, 7.x-2.3.

jerdiggity’s picture

This issue seems to be related to the status of your page/app -- not to the module itself.

For instance you mentioned your site is hooferouting.org, and after viewing the outputted source code for your site, it looks like the page you want to show up in the static like box is http://www.facebook.com/wisconsinhoofersoutingclub (but correct me if I'm wrong).

Further (as an example), one of the pages I administer on FB is http://www.facebook.com/TahoeSBMag.

Any time you want basic info about a Facebook entity, you can visit http://graph.facebook.com/ENTITY_ID_HERE and you should be shown some information in JSON format.

That said, if you visit http://graph.facebook.com/TahoeSBMag you should see info about the page mentioned above -- regardless of whether you're logged in or not.

However (at the time of this writing) if you visit http://graph.facebook.com/wisconsinhoofersoutingclub you'll receive an error message if you're not logged into Facebook, as does follow:

{
   "error": {
      "message": "Unsupported get request.",
      "type": "GraphMethodException",
      "code": 100
   }
}
mubashariqbal’s picture

i am facing same problem, my facebook like button not showing in the content but irfame exist in page.

gvso’s picture

Issue summary: View changes
Status: Active » Closed (won't fix)

We are not fixing this issue as Drupal 6 has reached end of life