Is there a way to use the facebook sdk with libgdx?
- by Rudy_TM
I have tried to use the facebook sdk in libgdx with callbacks, but it never enters the authetication listeners, so the user never is logged in, it permits the authorization for the facebook app but it never implements the authentication interfaces :(
Is there a way to use it?
public MyFbClass()
{
facebook = new Facebook(APPID);
…