Request error "enable cookies" while posting app request to LinkedIn
Posted
by
Jay
on Stack Overflow
See other posts from Stack Overflow
or by Jay
Published on 2012-05-30T10:49:27Z
Indexed on
2012/05/30
16:40 UTC
Read the original article
Hit count: 317
Cookie error Hi, I am running S60 SDK 5th with Eclipse pulsar on win 7.
I have oauth_token using with this Url https://www.linkedin.com/uas/oauth/authorize?oauth_token=. To get that grant access screen by LinkedIn. I am loading above Url using htmlComponent, and adding HtmlComponent to form and show it. Occasionally when I click on the "Ok I'll Allow It" button (i.e. after the button has been pressed) I get the following error message.
"We’re sorry, there was a problem with your request. Please make sure you have cookies enabled and try again."
but i'm receiving the response with oauth_token, oauth_token_secret, oauth_callback_confirmed = true, xoauth_request_auth_url, oauth_expires_in.
Some buddy please help.
© Stack Overflow or respective owner