As of April 12th, you must go to Progress SupportLink to create new support cases or to access existing cases. Please, bookmark the SupportLink URL and use the new portal to contact the support team.
The exact error seems to be `Missing required attributes: oauth_token, oauth_token_secret, and/or oauth_verifier`, even though I'm fairly certain I have those in place.
O
OhmzTech
said
about 9 years ago
Hi Dave,
Did you set up the business logic required for social authentication?
I'm going to try twitter this morning and see if I can get a different result.
C
Caroline
said
about 9 years ago
Hey Dave, I understand you're still stuck. Did you get twitter auth working?
D
Dave Ackerman
said
about 9 years ago
Yep, Twitter auth works just fine!
O
OhmzTech
said
about 9 years ago
Hi Dave - Just a thought, if possible, maybe try using a standard URL (non-localhost/custom port) for the LinkedIn redirect and see if that helps at all?
D
Dave Ackerman
said
about 9 years ago
Still no dice. I've tried it with no url, my local url, google.com, anything. Nothin works!
```
Object {name: "IncompleteRequestBody", description: "The request body is either missing or incomplete.", debug: "Missing required attributes: oauth_token, oauth_token_secret, and/or oauth_verifier"}
```
M
Mark
said
about 9 years ago
Looking at the logs, it seems Angular messes up the redirect url called by LinkedIn. Can you try manually specifying the redirect:
Dave Ackerman
$scope.login = function() {
var promise = $kinvey.Social.connect(null, 'linkedIn');
promise.then(function(user) {
console.log(user);
})
}
I've setup the $kinvey.init() with my appKey and appSecret.
I get the following error:
http://dl.dropbox.com/u/68704/Screenshots/al_g.png
My Oauth data store:
http://dl.dropbox.com/u/68704/Screenshots/ohl3.png