Below is the CURL example they provide for logging in, I'm not sure how to get the username and password parts into a livcode script... any ideas?
Code: Select all
curl -X GET \ 
  -H "X-Parse-Application-Id: kMHGwB2beTg1AQCp93GtbBGVsmy0ig8HOqpn3n0X" \ 
  -H "X-Parse-REST-API-Key: de2LgYYdoVLLrdkjMv0NcTphReRJc871cR3y5uk4" \ 
  -H "X-Parse-Revocable-Session: 1" \ 
  -G \ 
  --data-urlencode 'username=cooldude6' \ 
  --data-urlencode 'password=p_n7!-e8' \ 
  https://api.parse.com/1/login