You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I will try to look at this as soon as possible, looks like the problem is what you described. I willl try to work with factual API a test and a fix for it. Hopefully this weekend the farthest.
Using these settings, oauth-requests (with header_auth=True) and this oauth signer produce different signatures:
The signer produces this oauth_signature "+1S2b8kxgOvJAUV90QjbYeB1i7k=" while oauth-requests produces "MWH9o1cwUOMhmrIpybbrsdi/eME=".
However, changing just the following settings seems to work.
In this case both tools produce this signature: "tvSvg9hjL4ijuMT309h8EAVo44c=".
I'm not certain this is actually caused by the double url encoding, but after running a few tests that seems to be the trigger.
The text was updated successfully, but these errors were encountered: