作成者:Soumya 作成日:2019/6/20 (木) 18:30 コミュニティ: 開発環境・SDKについてHow can I get the Access token and refresh token? タグ: アクセストークンPHP Re:Access Token And Refresh Token パーマリンク 作成者:hamee_sys 作成日:2019/7/3 (水) 19:39 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, コメントを投稿するにはログインしてください
Re: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,