Recently docking a APP, the other side of the interface document is Java development,
Docking is mainly for the APP lander information, includes two steps:
1. Get the user token
2. Get the user token, request the API server, pull the user information,
Question:
Get the user token, has successfully take,
But the use of token pull user information appear difficulties:
They use the GET method, substitution will be token as a parameter,
But for: appKey, appSecret don't know how is passed to the API server, because the code is Java, I do not understand, to request:
The key code is as follows:
I want to ask appSecret appKey is through what way to API server, not a GET, nor POST, nor file header, this we all pass through three ways,