Closed lrvick closed 12 years ago
I think what we should do here is pass the access token as a generic parameter of the request.
I'm working on changing the way request objects are created and wrapping them in an extended API which will directly mirror Requests without breaking too much in the process. I'll close this issue when that's done. Thanks! :cake:
Hi again, I've pushed some updates to the API that I think should address this issue. Be aware that these were breaking changes so you may have to teak things a little bit. However I think it's worth it as the modified API is more generic and should (hopefully) avoid these issues. Thanks for reporting this issue! :)
Using the following fails as Fourquare expects the access_token to be provided as 'oauth_token'
Currently I am using the following dirty hack which works:
Really I think this is more Fourquare's fault for not using the same argument name as everyone else... however a nicer workaround or argument option in rauth would be nice.
Perhaps just add and 'oauth_token' option to request() that does the same thing as 'access_token' and require one of them, but not both?