Hi!
I'm trying to implement a widget based on data behind an OAuth 2.0, after few day to try to get access token I'm not able to get any token.
My PHP script work fine, ask and get code and after get a access token well.
But when I'm trying to get my access token in my MC app I've always data=null with reponsecode 200. So I think that my problem is my lack of knowledge on Monkey C...
May I ask if someone can help me? (Especially on the process to get the token after)
Thank in advance!
Here is a part of the code:
https://gist.github.com/mthchz/ed29654c3b1fb47271c34664b7db1c20
And here is the println logs:
FullData:initialize...
OAuth:initialize...
Look at OAuth screen...
FullData:update...
onOAuthMessage
{STATE_VALUE=>zertyjhgfr5434, GENERATED_CODE=>678xxxxxxxxxxxx}
onAccessTokenReceived
-200
null
Error in handleAccessResponse
data = null