コンテンツにスキップ

ネクストエンジン API 開発者フォーラム: Access Token And Refresh Token

ネクストエンジン API の開発環境・SDKについてに関する開発者フォーラムの質問と回答。クライアントアプリ・ストア連携・エンジン利用についてのQ&A。

投稿者: 匿名ユーザー 日時: 2019/06/20

カテゴリ: 開発環境・SDKについて

How can I get the Access token and refresh token?


Theare are 2 ways to get these tokens depending on whether using SDK or not.

1.when using SDK

SDK programs automatically get these tokens.

Be sure to update these tokens with new one on every API calling

2.when not using SDK

1.get uid, state with the API( https://base.next-engine.org/users/sign_in/ )

2.get tokens using those uid, state through the API( https://api.next-engine.org/api_neauth/ )

For more detail, see the link below

https://developer.next-engine.com/api/api_v1_sign_in

https://developer.next-engine.com/api/api_v1_neauth

Sincerely yours,