$ cd examples/dynamic
$ npm installCreate OAuth application for Facebook. Set the application domain to be dummy.com
In your hosts file add this line dummy.com 127.0.0.1
Edit the config.json file with your own OAuth application credentials
$ node app.jsTo start the OAuth flow for Facebook and dynamically override the state parameter via POST request navigate to http://dummy.com:3000/connect_facebook_post
To start the OAuth flow for Facebook and dynamically override the state parameter via GET request navigate to http://dummy.com:3000/connect_facebook_get
Alternatively navigate to http://dummy.com:3000/form to choose state and scope to request