I have some curl scripts some thing like like:
curl -X POST http://xxxxx.com/users/sign_in.json -d "user[email]=xx@xx.com&user[password]=xxxx"
I want that script to execute when there is a button click event in a windows phone app or c#.
So Please help me as to how it can be done is easy and efficient way.
