You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
jeffvan576 edited this page Sep 8, 2014
·
1 revision
To Get Client Side Running in Test Env:
Go to root directory of project in terminal
$ python -m SimpleHTTPServer
Open up browser to localhost:8000
Click on /client
This page will show social sync app. Clicking on any social media button (twitter, facebook, google+) will make the request to the server. (**Note: ** Server must be running for this step to work (Server Info))
If error occurs, it's because the app hasn't authorized the user. Go through localhost:3000/auth/twitter to get the token and secret. Now you should be able to click on the twitter button to get the data array from the server.