How can I connect to Facebook/Twitter/etc. in a J2ME application?
(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 ap开发者_运维技巧plication (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?
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
精彩评论