Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I would like to implement OpenAuth in a Windows application. I am currently embedding a browser inside the application, but this solution sucks.

Is there a way to do this using raw APIs?

share|improve this question
If I'm not mistaken you can do it by firing off https requests from whatever language you choose. I had something working that used oauth to connect to facebook written in pure php. – Wug Jul 2 '12 at 18:08
I am kinda looking for a solution where I can be lazy and not re-invent the wheel though ;) – BrianV Jul 2 '12 at 18:53

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.