I've tried both releases - stable and dev, as well as displaying in links and as a cck field. The CCK field appears in the list of available fields, but nothing is rendering in the content at all. When trying to display in the 'links' section, still nothing, and have checked my templates to make sure the links output was not removed from the php. I know my fb app id is correct because I use the same app to post to facebook using postiteverywhere [http://drupal.org/project/postiteverywhere]. I have no other facebook oriented apps besides postiteverywhere.
This must be something simple, any hints on what I might be missing?

Comments

chowdah’s picture

Title: "like" button not showing at all » conflicts with postiteverywhere module

OK I figured this out - somewhat. After tweaking a little, I finally came to the conclusion that postieverywhere was somehow conflicting with this module - so I disabled the postiteverywhere module to see what would happen. Low and behold the 'like' link appeared correctly in the node!

I really wanted to use both of these modules together, so I tried creating another application at facebook to handle requests from just the 'like' button. I entered the new application id in the admin config settings for the Facebook social plugins integration module to see if the like button would still appear, which it did. So now postiteverywhere and the social plugins integration modules were using their own app ids from Facebook. When I turned postiteverywhere back on, the like buttons disappeared again.

Having looked over the documentation at postiteverywhere, I found that they are still using Facebook Connect API instead of OAuth, so that may be the root of the problem.