We are getting {"status": "error", "message": "Invalid checksum", "error_type": "TokenException"} We have used the below method to create Checksum String hashableText = CLIENT_API_KEY + requestToken + CLIENT_SECRET; return new String(DigestUtils.sha256(hashableText));
import org.apache.commons.codec.digest.DigestUtils; to create checksum
Have used the version commons-codec:commons-codec:1.10 I have used the version "commons-codec:commons-codec:1.10" to create check sum
Hi, The production version of javakiteconnect uses Unirest for HTTP calls. You can try the new beta version of javakiteconnect which supports android here but still the issue for getting access token exists. We will update client by next week to fix this.
For now, you can create simple java app to get access token and then use all other methods in android app.
@Kavi, We have updated develop branch with a fix for creating checksum while requesting for the access token. You can use the new jar in the dist directory.
The production version of javakiteconnect uses Unirest for HTTP calls.
You can try the new beta version of javakiteconnect which supports android here but still the issue for getting access token exists. We will update client by next week to fix this.
For now, you can create simple java app to get access token and then use all other methods in android app.
We have updated develop branch with a fix for creating checksum while requesting for the access token.
You can use the new jar in the dist directory.