account s'assure que vos données de compte sont valides, vérifie
votre taux limite pour l'API et termine la session courante
pour l'utilisateur authentifié.
status retourne les fils publics et ceux de
l'utilisateur et montre, met à jour, détruit et retourne des réponses
pour l'utilisateur authentifié.
user récupère les amis et 'followers' de l'utilisateur
authentifié et retourne de plus amples informations sur l'utilisateur
passé en paramètre.
directMessage récupère les messages directs reçus par l'utilisateur
authentifié, supprime les messages directs et permet également d'envoyer des
messages directs.
friendship crée et supprime des amitiés pour l'utilisateur
authentifié.
favorite liste, crée et détruit des tweets favoris.
block bloque et débloque des utilisateurs qui vous suivent.
since narrows the returned results to just those statuses
created after the specified date/time (up to 24 hours old).
page specifies which page you want to return.
id specifies the ID or screen name of the user for whom to
return the friends_timeline.
since narrows the returned results to just those statuses
created after the specified date/time (up to 24 hours old).
page specifies which page you want to return.
count specifies the number of statuses to retrieve.
May not be greater than 200.
id parameter below. The status' author will be returned inline.
in_reply_to_status_id specifies the ID of an existing
status that the status to be posted is in reply to.
since narrows the returned results to just those statuses
created after the specified date/time (up to 24 hours old).
page specifies which page you want to return.
since_id returns only statuses with an ID greater than
(that is, more recent than) the specified ID.
id parameter.
id specifies the ID or screen name of the user for whom to
return a list of friends.
since narrows the returned results to just those statuses
created after the specified date/time (up to 24 hours old).
page specifies which page you want to return.
id specifies the ID or screen name of the user for whom to
return a list of followers.
page specifies which page you want to return.
id
parameter below.
since_id returns only direct messages with an ID greater
than (that is, more recent than) the specified ID.
since narrows the returned results to just those statuses
created after the specified date/time (up to 24 hours old).
page specifies which page you want to return.
since_id returns only direct messages with an ID greater
than (that is, more recent than) the specified ID.
since narrows the returned results to just those statuses
created after the specified date/time (up to 24 hours old).
page specifies which page you want to return.
id parameter. The authenticating user must be the
recipient of the specified direct message.
id parameter with the authenticating user.
id parameter and the authenticating user.
id parameter and the authenticating user.
id parameter.
id specifies the ID or screen name of the user for whom to
request a list of favorite statuses.
page specifies which page you want to return.
id parameter as the authenticating user.
id parameter as the authenticating user.
returnResult specifies whether or not return the user
object instead of just id parameter as the authenticating user and destroys a friendship
to the blocked user if one exists. Returns the blocked user in the requested
format when successful.
id parameter for the authenticating user. Returns the un-blocked
user in the requested format when successful.
page specifies which page ou want to return. A single page
contains 20 IDs.
returnUserIds specifies whether to return an array of
numeric user IDs the authenticating user is blocking instead of an
array of user objects.