/fbgraphserver

Demo how fbgraph node module is used for doing facebook fetch without browser

Primary LanguageJavaScript

Facebook graph API without browser

Overview

When you use facebook integration there is always this pesky interacive brower coming in between. I do not like it, not sure about you.

When you do server side work users should be able to use our API without using any graphical rubbish. Just use curl or some command line tool like that.

Here is an attempt to do the same as we can avoid going to browser if we use a valid access token. To obtain an access token you may need to use the browser but only once.

This project assumes you somehow obainted access token and with that it shows the list of friends you have and their display picture.

buddies

Usage

npm install
npm start

Contact

Girish Venkatachalam girish@gayatri-hitech.com