[codenameone-discussions] Re: Facebook connection, display problem

2016-08-27 Thread Shai Almog
The chat app uses facebook and it's code is in github. https://www.codenameone.com/blog/building-a-chat-app-with-codename-one-part-3.html -- You received this message because you are subscribed to the Google Groups "CodenameOne Discussions" group. To unsubscribe from this group and stop receivin

[codenameone-discussions] Re: Facebook connection, display problem

2016-08-27 Thread usabg63500
my problem is , i have done anything for fk login, and i would like to do that, when the user succeed to connect with is facebook, he can connect in my app. But, when i push the facebook button, i see nothing, i only see the facebook connection, but after the facebook login form, the application

Re: [codenameone-discussions] Re: Facebook connection, display problem

2016-08-27 Thread Gareth Murfin
is the code for any of these apps available? We prob did something stupid, theres some old code around on google i think which confuses matters. On 27 August 2016 at 13:56, Shai Almog wrote: > We have shipping apps with native facebook integration (quite a few) so > I'm not exactly sure I unders

[codenameone-discussions] Re: Facebook connection, display problem

2016-08-26 Thread Shai Almog
We have shipping apps with native facebook integration (quite a few) so I'm not exactly sure I understand what you guys are complaining about. It's painful for sure but it's doable and there is a step by step guide in the developer guide. -- You received this message because you are subscribed

[codenameone-discussions] Re: Facebook connection, display problem

2016-08-26 Thread Gareth Murfin
good luck, I seem to remember the FK SDK is a nightmare even natively, I had once wrapped it all up entirely into a very simple object that could do everything nicely (for native android) if I can get back to that on Android I will make a lib, but it wont work on iOS. On Friday, August 26, 2016

[codenameone-discussions] Re: Facebook connection, display problem

2016-08-26 Thread usabg63500
I'm trying to find a solution, everydays. -- You received this message because you are subscribed to the Google Groups "CodenameOne Discussions" group. To unsubscribe from this group and stop receiving emails from it, send an email to codenameone-discussions+unsubscr...@googlegroups.com. Visit

[codenameone-discussions] Re: Facebook connection, display problem

2016-08-26 Thread Gareth Murfin
If you ever get it to work Id love to know how, I had to give up on FB altogether, I tell clients its not an option because i couldnt get it to work on any level On Tuesday, August 23, 2016 at 11:31:34 PM UTC+8, usabg...@gmail.com wrote: > > yes i know that, my facebook queries worked before, b

[codenameone-discussions] Re: Facebook connection, display problem

2016-08-23 Thread usabg63500
yes i know that, my facebook queries worked before, but know, i thing that i have all, and my code it's complete. But when push facebook button in order to launch my home page, i see nothing. that makes me crazy. On Tuesday, August 23, 2016 at 7:28:42 AM UTC+2, Shai Almog wrote: > > If you have

[codenameone-discussions] Re: Facebook connection, display problem

2016-08-22 Thread Shai Almog
If you have your login you can now use the Facebook Graph API webservice to query facebook. -- You received this message because you are subscribed to the Google Groups "CodenameOne Discussions" group. To unsubscribe from this group and stop receiving emails from it, send an email to codenameo

[codenameone-discussions] Re: Facebook connection, display problem

2016-08-22 Thread usabg63500
I have my hashkey and my facebook login count: https://developers.facebook.com/apps/ -- You received this message because you are subscribed to the Google Groups "CodenameOne Discussions" group. To unsubscribe from this group and stop receiving emails from it, send an email to codenameone-disc

[codenameone-discussions] Re: Facebook connection, display problem

2016-08-22 Thread usabg63500
Sorry, i'hve forget to put my facebookData class, and interface UserData. I have done like this tuto, but i don't know where is the problem. /* * To change this license header, choose License Headers in Project Properties. * To change this template file, choose Tools | Templates * and open the

[codenameone-discussions] Re: Facebook connection, display problem

2016-08-21 Thread Shai Almog
Hi, that's not how facebook login works. Native/App login is different from website login. Those are VERY different things. To use Facebook you need to use the graph API with the received token see https://www.codenameone.com/blog/building-a-chat-app-with-codename-one-part-3.html -- You receiv