$_endpoint
$_endpoint : string
Twitter endpoint for account api calls
Horde_Service_Twitter_Account class for calling account methods
Copyright 2009-2017 Horde LLC (http://www.horde.org/)
__construct(\Horde_Service_Twitter $twitter)
\Horde_Service_Twitter |
verifyCredentials() : string
Used to verify current credentials, and obtain some basic profile information about the current user.
http://apiwiki.twitter.com/Twitter-REST-API-Method%3A-account%C2%A0verify_credentials
JSON reprentation of profile.
rateLimitStatus() : string
Obtain the current user's (if authenticated) or IP address' (if not authenticated) remaining number of requests left for the hour.
http://apiwiki.twitter.com/Twitter-REST-API-Method%3A-account%C2%A0rate_limit_status
JSON representation of result object.
updateProfile(array $profile) : string
Update user's profile data.
http://apiwiki.twitter.com/Twitter-REST-API-Method%3A-account%C2%A0update_profile
array | $profile | Profile data see API docs for key-values |
JSON representation of user's updated profile data