Hello Friends,
I'm going to make J2ME app ,. in this app i need to open web browser in midlet so can i make facebook authentication in LWUIT 1.5 .............?
If yes then where i can find source code sample .of same...
Printable View
Hello Friends,
I'm going to make J2ME app ,. in this app i need to open web browser in midlet so can i make facebook authentication in LWUIT 1.5 .............?
If yes then where i can find source code sample .of same...
[QUOTE=nyerunkar;858716]Hello Friends,
I'm going to make J2ME app ,. in this app i need to open web browser in midlet so can i make facebook authentication in LWUIT 1.5 .............?
If yes then where i can find source code sample .of same...[/QUOTE]
You will require to use LWUIT 1.5 HTML Component, which supports most of the HTML 4 tags and then you manage facebook authentication within your midlet.
thnx for reply....
i've source code but its giving error "No such class Def"
u've any sample code for just show Browser in midlet ...
plz give me those code which is working
Hey friends ,
finally i'm succeed in J2ME & Facebook integrate
if user Exist in my app so i'm able to take acccess token using LWUIT...
Now problem with is ......,
when i'm trying to authenticate my app with new user...using LWUIT
...on Allow button not working properly....so any one have solution for same........
please help me..........
Hello nyerunkar,
regarding [QUOTE].on Allow button not working properly....[/QUOTE]
Could you specify more in detail why it is not working properly?
Regards,
r2j7
i'm using LWUIT 1.5
for facebook integration with J2ME ...1st time user need to give the permission for access his profile ....
Using Facebook Authentication page ...we are showing permission to user which Data we want for our Application.
On That page facebook Giving 2 buttons ..one is "Allow" & another "Don't Allow"
Using Allow button user will give permission & using Don't allow user will denied permission ....
My problem is ...' When i click on Allow or Don't Allow same request get send to Facebook which is contain access denied code....
So i'm stuck here...
plz help me if you have solve previous .........
[QUOTE=nyerunkar;858738]thnx for reply....
Hi nyerunkar
I am trying to integrate LWUIT 1.5 with facebook using LWUIT API but no success as yet. Could you please help me with some code for the same.
Warm Regards,
Rahul Aeran
hey i'm getting access token successfully ..
but user is new for my app then facebook permission doesn't working ...
I think "Allow" button code is not properly render in LWUIT 1.5 .
[QUOTE=nyerunkar;878880]hey i'm getting access token successfully ..
but user is new for my app then facebook permission doesn't working ...
I think "Allow" button code is not properly render in LWUIT 1.5 .[/QUOTE]
Can you please help me with the code. When i am trying to run the code its not getting build. I have checked out the demo project from LWUIT svn. Help me with the code. My email address is [email]rahul.aeran@queppelintech.com[/email]
hey..
i didn't develop my own code i just edit existing browser code...
you will find in LWUIT 1.5 MidletBrowser Code....
in this code there HTTPRequestHandler file ...just edit this file according to your requirement .
you dont need to developed your own code. use existing browser code ...
Hi,
Am new to LWUIT, I too want to make a facebook authentication. Please can you tell how can i change HTTPRequestHandler file to skip that allow page
[QUOTE=s2priya;905172]Hi,
Am new to LWUIT, I too want to make a facebook authentication. Please can you tell how can i change HTTPRequestHandler file to skip that allow page[/QUOTE]
hello s2priya
its not possible coz facebook doesn't allow to do this.
or even LWUIT browser also doesn't render Facebook allow page properly...
Hi Nilesh,
Thank you very much. I just want to post on wall and now its possible even if i login without any permission. But can i get atleast email id. is it possible.
Regards,
pp
[QUOTE=s2priya;905221]Hi Nilesh,
Thank you very much. I just want to post on wall and now its possible even if i login without any permission. But can i get atleast email id. is it possible.
Regards,
pp[/QUOTE]
i'm getting your point but without permission accept facebook can't give your user profile access...
i wasted 2 months in this problem....
Thank you Nilesh.