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.
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"}
```
O
OhmzTech
said
almost 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
almost 9 years ago
Yep, Twitter auth works just fine!
C
Caroline
said
almost 9 years ago
Hey Dave, I understand you're still stuck. Did you get twitter auth working?
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.
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