Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

Lightweight User Interface Toolkit - widget-based UI library for J2ME enabled mobile devices

learn more… | top users | synonyms

2
votes
2answers
377 views

j2me facebook graph api - posting image on a user wall

I'm trying to post image from device on user's wall. I have found: http://codenameone.blogspot.com/2011/09/lwuit-and-facebook-api-by-chen-fishbein_18.html, but it doesn't support post image, so I ...
0
votes
2answers
339 views

SSL Error on attempting facebook authentication with LWUIT android port

I've been having some trouble with a LWUIT application that I am attempting to port to android. The application has some facebook integration features which requires authentication. The J2ME and ...
2
votes
1answer
238 views

Trouble with text encoding using LWUIT Facebook API

I've been working on a project using the LWUIT facebook API and it was really easy to process authentication and post to the user's wall through my JavaME application. However, I realized that the api ...
0
votes
1answer
222 views

Trouble posting comments with the LWUIT Facebook API

I'm working on a mobile project and decided to try out the LWUIT framework for development. So far it has been quite interesting although I wish the documentation was a bit better. I run into a ...
2
votes
1answer
449 views

Facebook Authorization using LWUIT Browser

I am facing problem with LWUIT browser in conjunction with Facebook OAuth API. I am trying to authorize our application to use Facebook services on a mobile client using LWUIT browser, which is ...
-1
votes
1answer
755 views

Facebook and Twitter Integration with LWUIT 1.4

I am developing J2ME app using LWUIT 1.4 API. I need to integrate with Facebook and Twitter. How to do it? Is there any source code that I can learn?