Hi,
I need to have a block where the facebook stream of a specific user will show up. Like having only the facebook wall content of the site admin (or any other specified user) on the block.
I was looking at the function "stream.get" on the facebook documentation, there I saw that you can provide the user id. But I didn't get any further.... I'm not very into facebook aplication programming so I'm not shure what to do to make it work.
Of course the Facebook user of who the information shows up will grant access to the application.
Please help ! ;-)
| Comment | File | Size | Author |
|---|---|---|---|
| #5 | facebook_stream.zip | 69.18 KB | treehacker |
Comments
Comment #1
bsmith451 commentedstream_publish not working in beta10.
Is there an update to the facebook.php? I have the read_stream and publish_stream set in the facebook applications, when user accepts canvas page on public avail settings are being passed
Comment #2
treehacker commentedSorry... i don't know if facebook changed something. I finally made an own module based on the facebook_stream module to use a fixed session id and retrieve any facebook wall content.
Comment #3
pflame commentedtreehacker,
Can u send a patch to facebook stream module with what you have done?
Comment #4
PMorris commentedI'd love it if you could add a patch like this. I'm looking for the exact same thing where the webpage has facebook status updates and wall posts feeding into a block.
Comment #5
treehacker commentedHi,
Find attached my module. Go into "facebook_stream.module" and put in your values at the very beginning.
As I already told you, its completely based on the facebook_stream module. So there is still a lot of rubish code which we don't need and there is also no documentary.
Hope it help anyway.