Hello
I see a lot of documentation on how to work with OAuth2 and ASP.NET but none for desktop applications such as C#. Where can some information be found about this and a quick/easy example on how to implement it?
Thank you
--
You received this message because you are subscribed to the Google Groups "DotNetOpenAuth" group.
To unsubscribe from this group and stop receiving emails from it, send an email to dotnetopenid...@googlegroups.com.
To post to this group, send email to dotnet...@googlegroups.com.
Visit this group at http://groups.google.com/group/dotnetopenid?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.
Is the resource URL correct?
For SCOPE I used some common ones found from this page (i.e. email, user_birthday):
https://developers.facebook.com/docs/reference/login/
When I run this I get a 400 error (webpage can't be found). Is there something that I'm doing wrong that you notice? Thanks for your help!