Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

40104:incorrect signature #12

Open
elleryq opened this issue Dec 19, 2018 · 0 comments
Open

40104:incorrect signature #12

elleryq opened this issue Dec 19, 2018 · 0 comments

Comments

@elleryq
Copy link

elleryq commented Dec 19, 2018

I tried this sample, but get None.

from plurk_oauth import PlurkAPI

plurk = PlurkAPI.fromfile(<path_to_API.keys>)
print(plurk.callAPI('/APP/Profile/getOwnProfile'))

Then I try to debug, I found 'requests.post()' in PlurkOAuth.request() return status_code=400, json={u'error_text': u'40104:incorrect signature'}, reason=BAD REQUEST.

  1. I am sure that my consumer key/secret and access token/token_secret are correct, I had tested them in PlurkAPI test console.
  2. I use the latest code, so the patch in 40104:incorrect signature with parameter in API #8 is included.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant