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.
Java Platform, Micro Edition, or Java ME, is a Java platform designed for embedded systems.
-2
votes
1answer
166 views
how to get your friends details (phone numbers) java me [closed]
i would like to make an application in java me that will be able to get the emails and phone numbers of all my friends on my facebook acount
i9 have looked throught the graph API and i cant seem to ...
0
votes
0answers
94 views
Facebook API to retrieve contact using j2me
In my application i have to retrieve the Facebook contact from friends list.I am looking for any "API" to accomplish this.I googled several times but i cant get anything related to this.Is anybody ...
2
votes
2answers
375 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
0answers
236 views
Facebook integration error in BlackBerry
I am trying to integrate Facebook with my BlackBerry app by using the jars from the facebook-bb-sdk project on Sourceforge.
When I open my application and click on the Facebook button to login with ...
-1
votes
1answer
5k views
Facebook Login Auth using HTTP on mobile with no browser
I'm trying to login to Facebook using a HTTP connection on mobile using these URLs:
String URL1= ...
-1
votes
1answer
416 views
Can a pure j2me app be developed to access facebook
I learned from a link that a third party API is there in j2me for connecting to Facebook.
I got a link as of tutorial
http://j2megroup.blogspot.in/2011/06/facebook-api-me-10-tutorial.html
But then I ...
3
votes
2answers
776 views
Creating j2me app that connects to facebook ( not the swt project)
I want to create a simple j2me application for a start which links with facebook
For this ,
I downloaded the facebook api from http://kenai.com/projects/facebookapime/downloads
Then i followed this ...
0
votes
0answers
169 views
I can not access facebook from my app with BIS/BES
I am testing my app from VietNam, and it can access facebook with wifi but no success with BIS/BES.
Have anybody give me a example code which can access facebook with 3G(BIS/BES)?
1
vote
0answers
289 views
J2ME to (PHP FB app) login and photo post
I would like to do a very simple J2ME app that will send photo to a facebook app and post a photo taken by the phone to facebook. Now the problem I am facing is that I cannot figure out a way of ...
4
votes
2answers
752 views
Facebook sharing in a J2ME application? Is there any facebook API for J2ME?
I need to share a text in Facebook from my J2ME app. Is there any Facebook API available for J2ME?
2
votes
1answer
412 views
Blackberry facebook SDK login browser error
I recently switched from using the BlackBerry Facebook SDK jar to using the project's source code (checked out from the tag that the jar was built from).
Ever since this switch, I've experienced ...
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 ...
0
votes
0answers
818 views
J2ME Facebook Chat XMPP Authentication Failure
I am working on integrating facebook chat into my J2ME application. I am using X-FACEBOOK-MECHANISM for authentication.
I have generated an access_token for myself using facebook's developer tools.
...
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 ...
0
votes
1answer
245 views
Trouble authenticating to facebook chat on Blackberry
I am currently working on a blackberry app that needs to connect to facebook chat. I am attempting to use the XMPP/Jabber interface. I can get the challenge from the server, however when I send my ...
-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?
0
votes
1answer
531 views
Facebook with j2me
I have create a j2me game, now i want to embed Facebook in my App's home page.
so, what should i do for it ?
1
vote
1answer
1k views
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 application (I have some basic experience of this) that connects to ...
9
votes
5answers
2k views
Facebook Open Graph without a browser
For a middleware system with internet (which works inside a set-top box) I want to develop a primitive Facebook interface where users can type their user-names and password, showing their latest ...
1
vote
1answer
1k views
Is it possible to use Twitter and Facebook APIs on J2ME platform?
I googled and I can't find it is possible, someones said that j2me don't support REST communication or there are problems with login.
Is it possible?
1
vote
2answers
884 views
BlackBerry - Facebook connect from application
i m developing a blackberry app which requires facebook login. can i login to facebook via my app without stopping the app in the middle. means can i login to facebook in parallel with my application, ...
5
votes
3answers
6k views
Facebook Connect for BlackBerry
I'm looking for a solution similar to the iPhone Facebook Connect (https://github.com/facebook/facebook-ios-sdk) for the BlackBerry platform. Basically, I need my users to authenticate against ...
2
votes
2answers
1k views
Log user into facebook using session key from my Facebook app
I have a simple Desktop Facebook application that allows the user to retrieve some of their Facebook info(Written in Java). This info is then sent to their phone.
When the user sees something of ...
