Skip to content

Custom API Howto

mariotaku edited this page Aug 29, 2012 · 2 revisions

###Use GTAP###

I assuming "mygtap" is your application id.

REST Base URL is https://mygtap.appspot.com/api/1/ (Don't forget "/" at the end!)

Search Base URL is https://mygtap.appspot.com/search/ (Don't forget "/" at the end!)

GTAP only support these basic features, so you don't need to set other addresses, it's useless.

Check "Basic" in Auth type.

###Use twip T mode###

I assuming "https://example.com/twip/" is your twip address.

REST Base URL is "https://example.com/twip/t/" (Don't forget "/" at the end!)

Search Base URL is "https://example.com/twip/t/" (Don't forget "/" at the end!)

OAuth Base URL is "https://example.com/twip/t/oauth/" (Don't forget "/" at the end!)

twip seems doesn't support image uploading, so you don't have to modify Upload Base URL.

Check "OAuth" in Auth type.

###Use twip O mode###

I assuming "https://example.com/twip/o/your_name/" is your twip address obtained.

REST Base URL is "https://example.com/twip/o/your_name/" (Don't forget "/" at the end!)

Search Base URL is "https://example.com/twip/o/your_name/" (Don't forget "/" at the end!)

twip O mode only support these basic features, so you don't need to set other addresses, it's useless.

Check "twip O mode" in Auth type.

###Use jtapi###

I assuming "https://myjtapi.appspot.com/" is your API address deployed.

After you deploy it to your cloud, go to that page, and you will see a instruction for Twidere.


You may need to enable "Ignore SSL Error" option in "Settings" - "Network".

Clone this wiki locally