mikeflores2000
Posts: 0
Joined: Sun May 06, 2012 11:09 pm

Passing Request Parameters in Builder

What syntax should be in the appery.io builder input fields for this ?
For example I have oauth_consumer_key defined with Header checkbox through oauth_version

How can I tell builder --header 'Authorization: OAuth ?
--header 'Authorization: OAuth oauth_consumer_key="--------", oauth_nonce="--------", oauth_signature'"------",oauth_signature="------", oauth_signature_method="------", oauth_timestamp="1373870807", oauth_token="------", oauth_version="1.0"' --verbose

THIS WORKS IN TERMINAL:
curl --get 'https://api.twitter.com/1.1/search/tw...' --data 'q=%22Technical+Project+Manager%22%2Cgeocode%3D-122.023771%2C37.376407%2C20mi' --header 'Authorization: OAuth oauth_consumer_key="--------", oauth_nonce="--------", oauth_signature="--------", oauth_signature_method="HMAC-SHA1", oauth_timestamp="1373870807", oauth_token="--------", oauth_version="1.0"' --verbose

Maryna Brodina
Posts: 0
Joined: Thu Apr 05, 2012 7:27 am

Passing Request Parameters in Builder

Hello! Create parameters you need and check "Header"
Image

mikeflores2000
Posts: 0
Joined: Sun May 06, 2012 11:09 pm

Passing Request Parameters in Builder

Was already done before but
How can I tell builder --header 'Authorization: OAuth ?

Image Image

Maryna Brodina
Posts: 0
Joined: Thu Apr 05, 2012 7:27 am

Passing Request Parameters in Builder

You would need to use JS to do that. This tutorial should help http://docs.appery.io/tutorials/build...

mikeflores2000
Posts: 0
Joined: Sun May 06, 2012 11:09 pm

Passing Request Parameters in Builder

Thank you Marina.

Return to “Issues”