Skip to content Skip to sidebar Skip to footer

How Can I Show My Personal Stuff From Facebook In My Website?

I searched in Stack Overflow, Google, etc, but I can't figure out how to show my stuff from my Facebook on my website. I tried some solutions and each one prompted the login dialog

Solution 1:

You could write a script (eg. using the FB PHP SDK) that uses a long-lived access token to fetch your FB data and then store the data in your backend database (or other store for your website). To Facebook, your script will look like an app and your machine will be the only 'user' of that app. Note, long-lived access tokens are good for 60 days max. You could also try using an App Access Token to fetch basic info. App Access Tokens don't expire.

Solution 2:

This might not be exactly what you are looking for since you posted this with the php and python tag, but it might solve your problem.

If you're website is powered by the wordpress engine you can use If-this-then-that : https://ifttt.com/

It basically allows you to create "recipes" with something like: if new status on Facebook then create post on wordpress

The post will not require others to log in to Facebook.

This is without writing a single line of code only a couple of mouse clicks. So I'm not sure if this satisfies your needs.

Post a Comment for "How Can I Show My Personal Stuff From Facebook In My Website?"