サイトのトップへ戻る

Twitter 開発者 ドキュメント日本語訳

GET account/verify_credentials

認証に成功した場合、HTTP 200 OKのレスポンスコードと認証要求したユーザーの情報を返します。; 認証に失敗した場合、401 のステータスコードとエラーメッセージを返します。 このメソッドを使って、指定したユーザーの資格情報が有効かどうかテストします。



ユーザーのEメールアドレスを要求する

ユーザーのEメールアドレスを要求するには、あなたのアプリケーションがTwitterのホワイトリストに登録されている必要があります。 質問があれば、このフォームを使用してください.

ホワイトリストに登録されると、apps.twitter.comのyour app permissions配下で“ユーザーのEメールアドレスを要求する(Request email addresses from users)”チェックボックスが使用できるようになります。 Eメールアドレスへアクセスする設定の配下で、プライバシーポリシーURLとサービス規約URLも使用できるようになります。 有効にした場合、あなたのアプリがEメールアドレスにアクセスできることを知らせるoauth/authorizeダイアログが ユーザーに通知されます。

注意

あなたのアプリが以前に認証したユーザーのEメールアドレスにアクセスするには、アクセストークンを再生成する必要があります。


リソース URL

https://api.twitter.com/1.1/account/verify_credentials.json



リソース情報

応答形式
JSON
認証は必要ですか?
はい (user context only)
レート制限はありますか?
はい
リクエスト回数 / 15秒 window (ユーザー認証の場合)
15


パラメータ

include_entities 任意

falseを設定すると、entitiesノードは含まれません。

サンプル値: false

skip_status 任意

truet1を設定した場合、取得したユーザーオブジェクトにステータス情報は含まれません。

サンプル値: true

include_email 任意

このパラメータを使うにはホワイトリストに登録されている必要があります。

trueを設定した場合、ユーザーオブジェクト内に文字列型のEメールアドレスが取得されます。 ユーザーがアカウントにEメールアドレスを登録していなかった場合やEメールアドレスが無効な場合は、nullが返されます。

サンプル値: true



OAuth 署名ジェネレータ

ログインして登録アプリケーションの一覧を参照してください。



リクエスト例

GET

https://api.twitter.com/1.1/account/verify_credentials.json



応答結果の例


{
    "contributors_enabled": true, 
    "created_at": "Sat May 09 17:58:22 +0000 2009", 
    "default_profile": false, 
    "default_profile_image": false, 
    "description": "I taught your phone that thing you like.  The Mobile Partner Engineer @Twitter. ", 
    "favourites_count": 588, 
    "follow_request_sent": null, 
    "followers_count": 10625, 
    "following": null, 
    "friends_count": 1181, 
    "geo_enabled": true, 
    "id": 38895958, 
    "id_str": "38895958", 
    "is_translator": false, 
    "lang": "en", 
    "listed_count": 190, 
    "location": "San Francisco", 
    "name": "Sean Cook", 
    "notifications": null, 
    "profile_background_color": "1A1B1F", 
    "profile_background_image_url": "http://a0.twimg.com/profile_background_images/495742332/purty_wood.png", 
    "profile_background_image_url_https": "https://si0.twimg.com/profile_background_images/495742332/purty_wood.png", 
    "profile_background_tile": true, 
    "profile_image_url": "http://a0.twimg.com/profile_images/1751506047/dead_sexy_normal.JPG", 
    "profile_image_url_https": "https://si0.twimg.com/profile_images/1751506047/dead_sexy_normal.JPG", 
    "profile_link_color": "2FC2EF", 
    "profile_sidebar_border_color": "181A1E", 
    "profile_sidebar_fill_color": "252429", 
    "profile_text_color": "666666", 
    "profile_use_background_image": true, 
    "protected": false, 
    "screen_name": "theSeanCook", 
    "show_all_inline_media": true, 
    "status": {
        "contributors": null, 
        "coordinates": {
            "coordinates": [
                -122.45037293, 
                37.76484123
            ], 
            "type": "Point"
        }, 
        "created_at": "Tue Aug 28 05:44:24 +0000 2012", 
        "favorited": false, 
        "geo": {
            "coordinates": [
                37.76484123, 
                -122.45037293
            ], 
            "type": "Point"
        }, 
        "id": 240323931419062272, 
        "id_str": "240323931419062272", 
        "in_reply_to_screen_name": "messl", 
        "in_reply_to_status_id": 240316959173009410, 
        "in_reply_to_status_id_str": "240316959173009410", 
        "in_reply_to_user_id": 18707866, 
        "in_reply_to_user_id_str": "18707866", 
        "place": {
            "attributes": {}, 
            "bounding_box": {
                "coordinates": [
                    [
                        [
                            -122.45778216, 
                            37.75932999
                        ], 
                        [
                            -122.44248216, 
                            37.75932999
                        ], 
                        [
                            -122.44248216, 
                            37.76752899
                        ], 
                        [
                            -122.45778216, 
                            37.76752899
                        ]
                    ]
                ], 
                "type": "Polygon"
            }, 
            "country": "United States", 
            "country_code": "US", 
            "full_name": "Ashbury Heights, San Francisco", 
            "id": "866269c983527d5a", 
            "name": "Ashbury Heights", 
            "place_type": "neighborhood", 
            "url": "http://api.twitter.com/1/geo/id/866269c983527d5a.json"
        }, 
        "retweet_count": 0, 
        "retweeted": false, 
        "source": "Twitter for  iPhone", 
        "text": "@messl congrats! So happy for all 3 of you.", 
        "truncated": false
    }, 
    "statuses_count": 2609, 
    "time_zone": "Pacific Time (US & Canada)", 
    "url": null, 
    "utc_offset": -28800, 
    "verified": false
}