invalid-request on token request OAuth 2.0 for Devices with j2me -


when request token in example this ,the response bad request,but can device code , connection ok. url token is

request: https://accounts.google.com/o/oauth2/token?client_id=xxxxxxxxxx.apps.googleusercontent.com&client_secret=xxxxxxxxxxxxx&code=4/ely3wywbzx8sqbrdqqynivav3dcf&grant_type=http://oauth.net/grant_type/device/1.0

the method post

i use httpsconnection

any ideas


Comments

Popular posts from this blog

jquery - How can I dynamically add a browser tab? -

node.js - Getting the socket id,user id pair of a logged in user(s) -

keyboard - C++ GetAsyncKeyState alternative -