Need for J2me source code
Posted
by tikamchandrakar
on Stack Overflow
See other posts from Stack Overflow
or by tikamchandrakar
Published on 2010-04-24T10:26:40Z
Indexed on
2010/04/24
10:33 UTC
Read the original article
Hit count: 158
j2me
For J2me
It strikes me as odd that you need an extra "api key" and so on.
But actually, what I really want is NOT create an extra facebook application that needs to be registered on Facebook. I don't want to create any extra configuration effords necessary for the user of my application to undergo. All my user should need is his well-known login data for facebook. Everything else should be completely transparent to him.
So, I thought maybe would u can do the login process, creating a request to the REST server via http. I know this would provide me with an XML. I hope that the this API will somehow automatically transform that XML into an intuitive object model that represents the facebook user data of the respective user.
So, I would expect something like userData = new FacebookData(new FacebookConnection("user_name", "password")). Done. If you get, what I mean. No api key. No secret key. Just the well-known login data.
Practically, the equivalent to thunderbird webmail, which allows you to access your MSN hotmail account via Thunderbird. Thunderbird webmail will automatically converts the htmls obtained from a hotmail browser login into the data structure usually passed on to a mail client. Hope you get what I mean.
I was expecting the equilalent for the your API.
© Stack Overflow or respective owner