Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Facebook #6

Open
ghost opened this issue Aug 29, 2010 · 2 comments
Open

Facebook #6

ghost opened this issue Aug 29, 2010 · 2 comments

Comments

@ghost
Copy link

ghost commented Aug 29, 2010

http://www.wulfe.net/

I saw you mention how Facebook isn't working for some users, guess I'm one of them. :)

I've got an API key plugged into the config, but I'm a little confused as to what the 'id' and 'username' should be. I'm assuming the 'username' is http://www.facebook.com/username? For instance http://www.facebook.com/wulfey would be mine. And as for the 'id' I tried going to my Notifications RSS feed and pulling it from the URL. But even after doing all of this, I get an API error.

Again, thanks in advance for the help!

@septor
Copy link

septor commented Oct 24, 2010

The Facebook service is very circumstantial. I have tried various methods to get it to work and have had no success. I've chalked it up to my privacy settings being "Friend Only" on everything and I'm not about to change this just so I can have my Facebook status show up on my website.

@vimishor
Copy link

vimishor commented Dec 1, 2011

From what I understand, Facebook has blocked all public streams because of the privacy policy.

To access the feed stream, you need an access token:
https://graph.facebook.com/<user_id>/feed?access_token=<token>

Where <token> should be called with the parameter &scope=offline_access to prevent expiration.


References:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants