Skip to content

scottydelta/fb_token_generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

FB Access Token Generator API

Can be used to get generate access tokens from facebook to use them in FB Data Scraper. It makes use of Selenium and PhantonJS to emulate browser and extract the access tokens.

Setup & Execution

  • One time manual authorization to the Graph API Explorer app on fb by visiting the link Graph API Explorer and then clicking on Get Token > Get User Access Token > Get Access Token > Continue as Name. Video Instructions
  • git clone https://github.com/scottydelta/fb_token_generator.git
  • cd fb_token_generator
  • install Selenium using pip
  • install PhantomJS(on Mac, you can install using homebrew)
  • run the script using command python generate_token.py username password

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages