Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

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.

share|improve this question
HttpClient – L.B Nov 29 '12 at 7:20
what have you tried so far – Giedrius Nov 29 '12 at 7:28
I tried using console.WriteLine() method.. but i think it wont be suitable for windows phone. . I am a new bee trying to learn how to do it . – user1862301 Nov 29 '12 at 7:44

closed as not a real question by tomfanning, goettschkes, Adriano, 一二三, Graviton Dec 5 '12 at 2:24

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, see the FAQ.

2 Answers

Why don't you try using HttpWebRequest?

share|improve this answer

cURL isn't supported as a language on .net. I've never even seen a 3rd party compiler for it. The supported languages for WP are C#, VB.Net, C++ and F#. Also, I've built the WP7 LolCode support which I feel helped a lot in raising the general level of discussion among professional developers.

share|improve this answer

Not the answer you're looking for? Browse other questions tagged or ask your own question.