actionscript 3 - OAuth POST succeeds, GET fails -


i create brand new schema called 'blogpost' service http://www.stackmob.com. read/write access granted authenticated users.

after authenticating user schema, post queries succeeds, fails {"error":"invalid oauth credentials or signature: key not provided"}

i don't understand because authentication header in post/get requests created exact same function, takes input mac_key , access_token values granted user server.

why be? details of code post at: http://stackmob.zendesk.com/entries/27724236-invalid-oauth-credentials-or-signature-key-not-provided

i hope not flash11 restriction.


Comments

Popular posts from this blog

c++ - CryptStringToBinary API behavior -

c++ - Correct method for redrawing a layered window -

java.util.scanner - How to read and add only numbers to array from a text file -