twitter4j.api
Interface HelpMethodsAsync

All Known Subinterfaces:
AsyncTwitter
All Known Implementing Classes:
AsyncTwitterImpl

public interface HelpMethodsAsync

Author:
Joern Huxhorn - jhuxhorn at googlemail.com

Method Summary
 void getAPIConfiguration()
          Returns the current configuration used by Twitter including twitter.com slugs which are not usernames, maximum photo resolutions, and t.co URL lengths.
It is recommended applications request this endpoint when they are loaded, but no more than once a day.
 void getLanguages()
          Returns the list of languages supported by Twitter along with their ISO 639-1 code.
 void test()
          Returns the string "ok" in the requested format with a 200 OK HTTP status code.
 

Method Detail

test

void test()
Returns the string "ok" in the requested format with a 200 OK HTTP status code.
This method calls http://api.twitter.com/1/help/test

Since:
Twitter4J 2.1.0
See Also:
GET help/test | dev.twitter.com

getAPIConfiguration

void getAPIConfiguration()
Returns the current configuration used by Twitter including twitter.com slugs which are not usernames, maximum photo resolutions, and t.co URL lengths.
It is recommended applications request this endpoint when they are loaded, but no more than once a day.

Since:
Twitter4J 2.2.3
See Also:
GET help/configuration | dev.twitter.com

getLanguages

void getLanguages()
Returns the list of languages supported by Twitter along with their ISO 639-1 code. The ISO 639-1 code is the two letter value to use if you include lang with any of your requests.

Since:
Twitter4J 2.2.3
See Also:
GET help/languages | dev.twitter.com