Hi Esteban,
On 28 Dec 2017, at 11:54, Esteban Lorenzano <estebanlm@gmail.com> wrote:
Hi all, Sven
Iâm doing some experiments with twitter and posting and I found that twitter does not accept a post with $? in the status string (it throws an error). Now, if I change ZnResourceMetaUtils>>queryKeyValueSafeSet removing $? from the safe set it works correctly.
the question is: this is a twitter error or a ZnResourceMetaUtils>>queryKeyValueSafeSet error and the $? shouldnât be considered safe (and then it should be percent encoded?)
cheers, Esteban
I know that the last time I did the implementation, we looked very carefully in what characters are safe or not, and had some discussions about it. I am not familiar with the API you are trying to use. I am a bit confused by POST and 'status string', while encoding a query part of the URL. It is possible to show exactly the call that you are trying to make ? What does an equivalent curl -v call show ? Could you point to the actual API call documentation ? Sven