DEV Community

Kaixin
Kaixin

Posted on

FACEBOOK GET ACCESS TOKEN FROM COOKIE

Only with cookies you can retrieve fb access token very easily and there are no checkpoints. :D

Alt Text

how to install ?

pkg update && pkg upgrade
pkg install python git
pip install requests
git clone https://github.com/penucuriCode/fb-token
cd fb-token
python main.py

Top comments (0)