codeforsanjose / MobilityMap

Allows citizens to engage public transit authority on a map in real-time
GNU General Public License v3.0
2 stars 1 forks source link

Create Twitter and Facebook API keys to enable sign in #28

Closed wilsonww closed 9 years ago

wilsonww commented 9 years ago

Create a mobility map account?

wilsonww commented 9 years ago

I created an API key and secret here: https://apps.twitter.com/app/new

I logged in and authenticated through Twitter. My user was added in the DB under user social auth. However, I wasn't actually logged in. Investigating...

wilsonww commented 9 years ago

Facebook API key created here: https://developers.facebook.com/apps/672734662858914/dashboard/

Same login issue. Signs in and adds to database but doesn't keep the cookie or sign in. Related to URL?

wilsonww commented 9 years ago

I believe there is something in the main app that needs to accept the API key. Otherwise sign-in works up until the point of re-entry to the app

wilsonww commented 9 years ago

If app and api are running on the same URL, this looks like it will work