https://github.com/codophobia/most-liked-post-on-facebook-using-python
This program gives you the most liked post on facebook. This program has been made using facebook sdk for python.
https://github.com/codophobia/most-liked-post-on-facebook-using-python
Last synced: 10 months ago
JSON representation
This program gives you the most liked post on facebook. This program has been made using facebook sdk for python.
- Host: GitHub
- URL: https://github.com/codophobia/most-liked-post-on-facebook-using-python
- Owner: codophobia
- Created: 2015-12-19T17:53:15.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2015-12-19T18:25:34.000Z (about 10 years ago)
- Last Synced: 2025-01-20T00:16:43.379Z (12 months ago)
- Language: Python
- Size: 2.93 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# get-most-liked-post-using-facebook-api-python
This program gives you the most liked post of a user on facebook. This program has been made using facebook sdk for python.
Requirements:
* Install facebook sdk for python from here [facebook-sdk](https://github.com/pythonforfacebook/facebook-sdk).
You can use **pip install facebook-sdk** to install it.
* You have to get your access token for making API calls. Get it from [Graph API explorer](https://developers.facebook.com/tools/explorer/). Enter it when promted.
* Use python 2.7 or higher.
You will also be asked to enter the number of posts you want to scan from beginning of your wall. The more posts to scan, more time it takes. Finally, you wil get a link to the most liked post among the posts you scanned.