GET Code Mail With OAuth2 Token

Get the code: facebook, instagram, twitter,...

API

POST https://tools.dongvanfb.net/api/get_code_oauth2

POST DATA:

{
    "email": <EMAIL>,
    "refresh_token": <REFRESH_TOKEN>,
    "client_id": <CLIENT_ID>,
    "type": <TYPE>
}

type:

  • all

  • facebook

  • instagram

  • twitter

  • apple

  • tiktok

  • amazon

  • lazada

  • kakaotalk

  • google

  • shopee

  • telegram

  • wechat

Example

Last updated