Can't find any specifics on what would be an issue. Here's some details
When using Account Linking w oAuth 2.0, I got it all configured. I get to login *Allow* page of the resource owner, URL look correct. Once I click Allow access I get
https://pitangui.amazon.com/spa/skill/account-linking-status.html?success=false
I've traced the network comms in web developer console.
The Authorize step happens fine, I even get back the &code= to callback URL:
https://pitangui.amazon.com/api/skill/link/MXXXXXXX?code=XXXXXXXX&state=XXXXXXXX' -H 'Host: pitangui.amazon.com' -H 'Referer: https://secure.meetup.com/oauth2/authorize?client_id=XXXXX&response_type=code&state=XXXXXXX&redirect_uri=https%3A%2F%2Fpitangui.amazon.com%2Fapi%2Fskill%2Flink%2FMXXXXXXX
but the response I get is this:
HTTP/1.1 302 Foundx-amzn-RequestId: dfb724ec-843a-11e6-935f-f10a17c127cfContent-Encoding: gzipLocation: https://pitangui.amazon.com/spa/skill/account-linking-status.html?success=falseContent-Type: application/jsonContent-Length: 112Date: Mon, 26 Sep 2016 22:45:07 GMT
Meetup docs are pretty strait forward
http://www.meetup.com/meetup_api/auth/#oauth2
so why the next step, which is call to get token from https://secure.meetup.com/oauth2/access
is not happening?