Hello,

I am using the facebook pull module and I have add the appropriate app ids and graph ids and nothing is showing up?
I can provide any info needed. I am using drupal 7.9 and all the appropriate mods but nothing is showing up ?
I am adding the block via panels .. the facebook stream block via panels ... does this work?

Let me know if I can provide any other info.

thanks,

Nick

Comments

naeluh’s picture

I am getting this error

Warning: file_get_contents(https://graph.facebook.com/145770348825189/friends, feed, photos?access_token=345642408779214|K6LsWb7O8Qt5HYFtS-lSabGVt-I&limit=) [function.file-get-contents]: failed to open stream: HTTP request failed! HTTP/1.1 400 Bad Request in _facebook_pull_feed() (line 275 of /home/lisafarella/onela-iaf.org/onela_new/sites/all/modules/facebook_pull/facebook_pull.module).

Am I doing something wrong ?

naeluh’s picture

okay I am getting the text feed of posts but no pictures I am getting this error for pictures?

Notice: Undefined property: stdClass::$type in include() (line 8 of /home/lisafarella/onela-iaf.org/onela_new/sites/all/modules/facebook_pull/facebook_pull-feed.tpl.php).
Notice: Undefined property: stdClass::$type in include() (line 8 of /home/lisafarella/onela-iaf.org/onela_new/sites/all/modules/facebook_pull/facebook_pull-feed.tpl.php).
Notice: Undefined property: stdClass::$type in include() (line 8 of /home/lisafarella/onela-iaf.org/onela_new/sites/all/modules/facebook_pull/facebook_pull-feed.tpl.php).

How do I get the pictures to show up?

thanks again !!!

ixse7enxi’s picture

Hi I'm having the same problem you had and cannot figure this out for the life of me. What did you do to get to retrieve the feed and get it to display?

naeluh’s picture

I end up not figuring it out and used this project instead http://drupal.org/project/fb_social
Sorry but I am not sure if this project works

aidanlis’s picture

It works fine for the other 300+ sites using it. You're not filling in the right information in your boxes setup.

timothystock’s picture

I'm having the same issue - the Facebook feed works, however where the feed lists an 'image upload', it only shows the Page's profile picture and nothing else, meaning that the feed looks like a stack of Facebook profile images (because the Page I'm linking to has been uploading images the last few weeks).

If you'd like to see what I mean - look at http://www.agriweld.co.uk/?q=news and scroll to near the bottom (I'm currently using two feeds because I'm trying to get one of them to work).

Any help would be appreciated, otherwise I too will be going across to the module the previous user recommended.

Thanks!

timothystock’s picture

The "span" with class "facebook-feed-message" pulls nothing through unless it's pure text (and even then it doesn't like html code - links and the like). Can anyone help with this?

rahuldolas123’s picture

@naeluh

you just need to enable the openssl module of php

refer this link for details:
http://stackoverflow.com/a/7123591/1817937

GlobalRaj’s picture

Instead of saying "you are not filling our right information", it might help to let us know what information should be used since there is no documentation what so ever on how to use this module.

j9’s picture

Hi, I am having the same problem, and a blank block is showing up.

I got my appid and app secret no problem.

I do not know where to get the graph id, but I am trying a very long number which I think is my graph id for the page.

I put feed in the object type, because I am trying to pull a feed of my posts. ??

Can someone help out with defining exactly where to get the graph id and object type? Thanks!

schady4’s picture

@j9

The facebook api has an easy way to find the graph id for your page just type in "http://graph.facebook.com/yourpage/" this will list off a very basic graph of your own public page.

this it the one for the cocecola page

"https://graph.facebook.com/cocacola "

hope this helps

Schady4

nickBumgarner’s picture

Issue summary: View changes

If you have a developer's acct with Facebook, you should be able to setup a new Facebook App. This will give you access to the App ID and App Key. The rest of the information you can find on your own depending on what you're trying to do.

The following is an example of how you can post this information.

App ID = 3109752398723 (Or whatever it says on the Facebook Developers page on the App you've created)
App Key = 3890098172350891236098 (Again, these are just made up numbers but looks something like this, also found on Facebook Developer's page)
Graph ID = Whatever facebook page you want. If you want this page https://www.facebook.com/occupybacon , the graph ID would be "occupybacon".
Object type = The type of feed you want, could be feed, photos, whatever.
Limit = Number of items you want in your feed.

Vako’s picture

Am I missing something? I have done all the required steps, entered all the information in the fields, yet am getting a blank space in the block.

I followed the following steps:
1 - Go to https://developers.facebook.com
2 - Login with your account
3 - Menu > Apps > Register as Developer
4 - Menu > Apps > Create a New App
5 - Dashboard > Copy App ID & App Secret to Facebook pull settings
6 - Go to http://findmyfacebookid.com and enter facebook page URL
7 - Copy Numeric ID to Facebook pull “Graph ID”, I also tried the facebook URL ID
8 - Enter object type to be pulled in. I entered feed or photo
9 - Save

bfodeke’s picture

I got this to work after some trial and error.

I set Graph ID to the fb page name. So https://facebook.com/somecoolpage would be somecoolpage.
I also set the Object type to posts

If that's still not working, verify that your account or page doesn't have any restrictions. http://stackoverflow.com/questions/13739609/unsupported-get-request-in-f...

tdurocher’s picture

@timothystock - I see that you've solved the basic problem with http://www.agriweld.co.uk/?q=news, but I cannot figure out how you did it. For me, facebook_pull returns post text, but shows no pics (I see you also don't get pics in this block), but I can't even get the profile pic to show up for each post - just a default picture.

Your post references going to the Facebook Social Plugins module, so I went to that - tried Activity Feed and Livestream plugins and neither returns anything at all. I then compared the html for your page and mine and it appears that you may not actually be using fb_social on your site. Is this correct?

Would you be willing to shed light on how you accomplished the nice feed - pics and all? Another module, custom code? I spend the entire day yesterday on this problem with no luck, and some the day before. Beginning to think there are no working Drupal modules to accomplish the facebook feed in a Drupal site.

Thanks very much,
Tom Durocher