I've got an app that I'm testing a jsonp request to a Wordpress page using the JSON API Plugin:
http://wordpress.org/plugins/json-api/
For some reason, the panel is not displaying the content that I can see in the Response section of the service I've created.
What's even weirder is that I had this working using the appery.io tester (android) earlier today. It worked like a charm first try! Then I get home and realize that it's not working anymore--nothing changed.
At the time, I just had a simple "GET" with 'json' and not using jsonp. I've gone through a ton of different selections to recreate the successful attempt that I had earlier in the day, and have had no such luck.
I've shared the test app (called 'browserview') with a href="mailto:support@appery.io" rel="nofollow"support@appery.io/a ...please help with this, as it is the only thing preventing me from final build. The actual implementation will go into another project that I have on here, but in order to simplify things, I've reduced it to the browserview app.