defaultnamehere / zzzzz

Roleplay as the NSA by making creepy graphs of your friends
MIT License
1.3k stars 131 forks source link

how to get client_id? #27

Closed ParvJain closed 8 years ago

ParvJain commented 8 years ago

when I load facebook.com/pull It says Page not found, neither I get client_id in browser GET request, am I missing something?

0xB455 commented 8 years ago

1) open the developer toolbar in your browser (google for hotkeys) 2) go to the netgraph section of the toolbar and activate it 3) enter the facebook.com URL in your browser and log in 4) now observe the net view in the developer toolbar and see the HTTP requests going from your browser towards one of the loadbalancer hosts of facebook (e.g. 5-edge-chat.facebook.com/pull?channel=foobar) - eventuall search for "pull" within the viewstate of your toolbar and you will find it easily

ParvJain commented 8 years ago

@TheBazZz thanks, this helped :)