views:

74

answers:

1

(Note: I have already seen this question, but it only refers to REST, and not the new OAuth system.)

I would like to write a J2ME application (I have some basic experience of this) that connects to Facebook and retrieves some data, but I can't find an API. I understand that Facebook doesn't support WSDL (which, incidentally, I have never used) and Google's API doesn't support J2ME (generics, etc.).

Any ideas?

A: 

You will have to make a OAuth Library, I have yet to see a J2ME based OAuth2 library, Oauth1 can be found here http://github.com/simonpk/j2me-oauth

Azlam
Thanks - I was really looking to use OAuth 2.0, which I understand is much simpler to implement, but I'm not sure where to start!
Allan Lewis