Skip to content

Get the list of your most used 20 words in Facebook statuses.

Notifications You must be signed in to change notification settings

thechamp/my-fb-top-words

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

my-fb-top-words

Get the list of your most used 20 words in Facebook statuses.

This PHP file fetches top 20 words from your last 100 FB status updates.

To be able to do this, you need FB access token whcih has permission to read your status updates. You can do this by following steps:

  1. Hit URl : Get your FB token
  2. click on "Get Access Token" button
  3. Add "user_status" permission in pop-up (IMPORTANT)
  4. Copy access_token from Graph Explorer and replace in the PHP file

After you do this, execute following command to run the script

php word_fetch.php

That should print the list of top 20 words.

About

Get the list of your most used 20 words in Facebook statuses.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages