krishamoud / meteor-slack-api

This is the entire slack api written for meteor. Both synchronous and asynchronous calls available.
MIT License
16 stars 8 forks source link

SlackAPI.oauth.access returns "invalid_code" every time #7

Closed jsutherland1 closed 5 years ago

jsutherland1 commented 8 years ago

I'm using the SlackAPI.oauth.acess function and it returns this every time:

{ ok: false, error: 'invalid_code' }

I know it's the right code, running it through the Slack api method tester works properly.