Twitter

Constructors

this
this(TwitterCredentials credentials)

Members

Functions

appRateLimitStatus
Json appRateLimitStatus()
followers
FollowersList followers(string screen_name, long cursor, bool skip_status, bool include_user_entities)
friendsIds
IdsList friendsIds(string screen_name, long cursor)
friendshipsCreate
TwitterUser friendshipsCreate(ulong user_id)
friendshipsDestroy
TwitterUser friendshipsDestroy(ulong user_id)
searchTweets
SearchResult searchTweets(string q, string lang, int count)
status
Status status(string status)
statusShow
Status statusShow(long id)

Inherited Members

From TwitterBase

request
auto request(string path, HTTPMethod method, string[string] params)

From TwitterAPI

followers
FollowersList followers(string screen_name, long cursor, bool skip_status, bool include_user_entities)
friendsIds
IdsList friendsIds(string screen_name, long cursor)

see https://developer.twitter.com/en/docs/accounts-and-users/follow-search-get-users/api-reference/get-friends-ids

appRateLimitStatus
Json appRateLimitStatus()

see https://developer.twitter.com/en/docs/developer-utilities/rate-limit-status/api-reference/get-application-rate_limit_status

status
Status status(string status)
statusShow
Status statusShow(long id)
searchTweets
SearchResult searchTweets(string q, string lang, int count)

see https://developer.twitter.com/en/docs/tweets/search/api-reference/get-search-tweets.html

friendshipsCreate
TwitterUser friendshipsCreate(ulong user_id)

see https://developer.twitter.com/en/docs/accounts-and-users/follow-search-get-users/api-reference/post-friendships-create

friendshipsDestroy
TwitterUser friendshipsDestroy(ulong user_id)

see https://developer.twitter.com/en/docs/accounts-and-users/follow-search-get-users/api-reference/post-friendships-destroy

Meta