2

I'm very new to Mono Droid and Mono TOuch, but I would like to know if there is any library that allows me to authenticate users of my application using their Facebook and Google accounts?

I've seen some examples for the Facebook SDK on "Mono for Android" and "Mono Touch" , but since I don't need the full facebook SDK and I only need a small set of info from the user I was wondering if there is a simple library that will allow me to authenticate to any site using OAuth (I'm only interested on Google and Facebook for now).

j0k
  • 22,600
  • 28
  • 79
  • 90
Julian Suarez
  • 4,499
  • 4
  • 24
  • 40

1 Answers1

1

Did you try community-based implementations from OAuth site?

About Facebook API binding: I tried Facebook API binding for MonoTouch with no success. After that I started using official JSON-based Facebook Graph API. It's relatively easy to implement calling of any API method. For more information about using Facebook API in MonoTouch/MonoDroid apps please see that answer.

Community
  • 1
  • 1
Maxim Korobov
  • 2,574
  • 1
  • 26
  • 44