hotsh / rstat.us

Simple microblogging network based on the ostatus protocol.
http://rstat.us/
Other
722 stars 215 forks source link

twitter-compatible API: /account/verify_credentials.json #705

Closed carols10cents closed 11 years ago

carols10cents commented 11 years ago

This is a smaller story broken out from #562.

This issue is to create an endpoint to get the authenticated user's info for use with an omniauth strategy.

https://dev.twitter.com/docs/api/1/get/account/verify_credentials

Description: Returns an HTTP 200 OK response code and a representation of the requesting user if authentication was successful; returns a 401 status code and an error message if not. Use this method to test if supplied user credentials are valid.

Definitely interpret anything in the twitter docs so that it makes sense for rstat.us, and definitely ask if you have any questions!

Leave a comment if you're working on this.