-
Notifications
You must be signed in to change notification settings - Fork 0
API specs
Kévin Etienne edited this page Jul 13, 2014
·
1 revision
For the system to work we would need an API which should allow people to authenticate against a database. The database would contain tokens to identify with google, facebook, twitter... These accesses would then be used to post events to the user feed.
Statistics could then be produce if a user opt-in for it and would be based on a positively based algorithm.
TODO:
- api/auth: access to our database
- api/connect: connect to twitter, facebook, google...
- api/events: create, retrieve, delete an event
- api/stats
Authentication token would be used to access our database. A user would need to be created beforehand and upon successful authentication a token would be issues
The API should ask access to social platform and store their access token
TODO