Add tracking of OAuth app that posted a status, extend OAuth apps to have optional website field, add application details to API, show application name and website on detailed status views. Resolves #11
This commit is contained in:
3
app/views/api/v1/apps/show.rabl
Normal file
3
app/views/api/v1/apps/show.rabl
Normal file
@ -0,0 +1,3 @@
|
||||
object @application
|
||||
|
||||
attributes :id, :name, :website
|
Reference in New Issue
Block a user