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
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
auth
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
connect
The API should ask access to social platform and store their access token