Twitter lists compatible people tags api

This commit is contained in:
Shashi Gowda
2011-03-06 23:36:38 +05:30
parent 4b8ee81ca9
commit 371e923c37
15 changed files with 2117 additions and 2 deletions

View File

@@ -59,6 +59,7 @@ class ActivityVerb
const UNFAVORITE = 'http://ostatus.org/schema/1.0/unfavorite';
const UNFOLLOW = 'http://ostatus.org/schema/1.0/unfollow';
const LEAVE = 'http://ostatus.org/schema/1.0/leave';
const UNTAG = 'http://ostatus.org/schema/1.0/untag';
// For simple profile-update pings; no content to share.
const UPDATE_PROFILE = 'http://ostatus.org/schema/1.0/update-profile';