Last active
July 6, 2016 09:52
-
-
Save 8q/735f4ffde4f02307b2c7 to your computer and use it in GitHub Desktop.
ツイッター非公式API
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
アカウントのパスワードを変更する(認証アリ) | |
公式キーのみ | |
POST https://api.twitter.com/i/account/change_password.json | |
パラメーター | |
current_password | |
password | |
password_confirmation | |
エラーメッセージ | |
{"errors":[{"code":114,"message":"Incorrect current password."}]} | |
{"errors":[{"code":238,"message":"That password is too easy to guess. Please choose a stronger password."}]} | |
{"errors":[{"message":"The Twitter REST API v1 is no longer active. Please migrate to API v1.1. https://dev.twitter.com/docs/api/1.1/overview.","code":64}]} | |
アカウントの作成(認証アリ) | |
POST https://mobile.twitter.com/mobile_client_api/signup | |
ck m9QsrrmJoANGROAiNKaC8g | |
cs udnsc1IAyTQnkj0KPfZffb9usZ6ZqVoXcdD3oxIVo | |
パラメーター | |
fullname | |
name | |
password | |
screen_name | |
lang | |
discoverable_by_email |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment