android-simple-facebook
android-simple-facebook copied to clipboard
[Deprecated] Simple Facebook SDK for Android
this the error , could not read this script
Buenas, hemos probado en múltiples entornos y navegadores pero he encontrado un problema en Microsoft Edge (Windows 10) al abrir AutoFirma si se establece la propiedad params. Concretamente es una...
Fatal Exception: java.lang.NullPointerException Argument 'activity' cannot be null com.facebook.internal.Validate.notNull (Validate.java:67) com.facebook.login.LoginManager$ActivityStartActivityDelegate. (LoginManager.java:519) com.facebook.login.LoginManager.logInWithReadPermissions (LoginManager.java:263) com.sromku.simple.fb.SessionManager.requestReadPermissions (SessionManager.java:131) com.sromku.simple.fb.SessionManager.loginImpl (SessionManager.java:127) com.sromku.simple.fb.SessionManager.login (SessionManager.java:112) com.sromku.simple.fb.SimpleFacebook.login (SimpleFacebook.java:203)
Hello, I need to show the list of Users who have send me friend request on facebook but i am not getting anything. i also need to do is accepting/rejecting...
Hello! I'm trying to create a simple app with two activities. First activity, `LoginActivity`, has a login button, and the second one just displays a profile. On `LoginActivity`'s launch I...
I am getting only userId and name in onComplete of onProfileListener rest entities like gender,bio, birthday, cover are null. It seems to be a bug cause I also tried the...
In simple-fb:4.1.1. gives Response for getAlbums as : { "data": [ { "id": "138649196481054", "created_time": "2015-09-10T06:32:53+0000", "name": "Untitled Album" } ], "paging": { "cursors": { "after": "MTMxOTQ1MDYzODE4MTM0", "before": "MTM4NjQ5MTk2NDgxMDU0" }...
Hi, I don't find any functionality to use simple-facebook to find mutual friends that the logged in user and an arbitrary Facbook user share. Is this possible, or do I...
Hi, It appears that one of my users Access Token got expired until he logged in again, but he cannot renew it for some reason. The onException method in my...
i use your simple app,but i got the wrong msg,"user canceled the permissions dialog",why and how can i solve it