PHP Класс Horde_Service_Twitter_Account, horde

Copyright 2009-2016 Horde LLC (http://www.horde.org/)
Автор: Michael J. Rubinsky ([email protected])
Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
$_endpoint string Twitter endpoint for account api calls
$_format string The request/response format to use, xml or json.

Открытые методы

Метод Описание
__construct ( Horde_Service_Twitter $twitter )
endSession ( ) : string Ends the current session, invalidates the current auth token if using OAuth.
rateLimitStatus ( ) : string Obtain the current user's (if authenticated) or IP address' (if not authenticated) remaining number of requests left for the hour.
updateDeliveryDevice ( string $device = '' ) : void Update/reset where twitter sends automatic updates to (im/sms etc.
updateProfile ( array $profile ) : string Update user's profile data.
verifyCredentials ( ) : string Used to verify current credentials, and obtain some basic profile information about the current user.

Описание методов

__construct() публичный Метод

public __construct ( Horde_Service_Twitter $twitter )
$twitter Horde_Service_Twitter

endSession() публичный Метод

Ends the current session, invalidates the current auth token if using OAuth.
public endSession ( ) : string
Результат string

rateLimitStatus() публичный Метод

http://apiwiki.twitter.com/Twitter-REST-API-Method%3A-account%C2%A0rate_limit_status
public rateLimitStatus ( ) : string
Результат string JSON representation of result object.

updateDeliveryDevice() публичный Метод

..)
public updateDeliveryDevice ( string $device = '' ) : void
$device string
Результат void

updateProfile() публичный Метод

http://apiwiki.twitter.com/Twitter-REST-API-Method%3A-account%C2%A0update_profile
public updateProfile ( array $profile ) : string
$profile array Profile data see API docs for key-values
Результат string JSON representation of user's updated profile data

verifyCredentials() публичный Метод

http://apiwiki.twitter.com/Twitter-REST-API-Method%3A-account%C2%A0verify_credentials
public verifyCredentials ( ) : string
Результат string JSON reprentation of profile.

Описание свойств

$_endpoint защищенное свойство

Twitter endpoint for account api calls
protected string $_endpoint
Результат string

$_format защищенное свойство

The request/response format to use, xml or json.
protected string $_format
Результат string