\JTwitterProfile
Twitter API Profile class for the Joomla Platform.
Synopsis
class JTwitterProfile
extends JTwitterObject
{
- // Inherited members from JTwitterObject
- protected JRegistry $options;
- protected JHttp $client;
- protected JTwitterOAuth $oauth;
- // methods
- public array updateProfile()
- public array updateProfileBackgroundImage()
- public array updateProfileImage()
- public array updateProfileColors()
- public array getSettings()
- public array updateSettings()
- // Inherited methods from JTwitterObject
- public void __construct()
- public void checkRateLimit()
- public string fetchUrl()
- public array getRateLimit()
- public array sendRequest()
- public mixed getOption()
- public JTwitterObject setOption()
Hierarchy
Extends
Members
protected
- $client — JHttp
- $oauth — JTwitterOAuth
- $options — JRegistry
Methods
public
- getSettings() — Method to get the settings (including current trend, geo and sleep time information) for the authenticating user.
- updateProfile() — Method to et values that users are able to set under the "Account" tab of their settings page.
- updateProfileBackgroundImage() — Method to update the authenticating user's profile background image. This method can also be used to enable or disable the profile background image.
- updateProfileColors() — Method to set one or more hex values that control the color scheme of the authenticating user's profile page on twitter.com.
- updateProfileImage() — Method to update the authenticating user's profile image.
- updateSettings() — Method to update the authenticating user's settings.
Inherited from JTwitterObject
public
- checkRateLimit() — Method to check the rate limit for the requesting IP address
- fetchUrl() — Method to build and return a full request URL for the request. This method will add appropriate pagination details if necessary and also prepend the API url to have a complete URL for the request.
- getOption() — Get an option from the JTwitterObject instance.
- getRateLimit() — Method to retrieve the rate limit for the requesting IP address
- sendRequest() — Method to send the request.
- setOption() — Set an option for the JTwitterObject instance.