Hi,
I am using http://docs.appery.io/tutorials/build... to call the Geo Search Twitter API (https://dev.twitter.com/docs/api/1.1/...).
I understand from the tutrial that all calls to the Twitter API must have the AUTHORIZATION header in it or it will fail. I understand that when this header is created a special signature is appended based on the URL and parameters being passed in. The parameters that I am passing in are lat, long and accuracy. However I am not really clear how I am supposed to call EncodeHelper.getHeader for each of those params.
What I did was bind in each of the UI elements that contain lat, long and accuracy into the Authorization header and then I created a 'transform' JS function which calls EncodeHelper.getHeader. However, I expected this to be called once for each param but it only seems to get called once.
The Appery proxy is returning java.lang.ArrayIndexOutOfBoundsException error and I am not sure what I have done wrong.
Have I gone about this the wrong way?