android-simple-facebook icon indicating copy to clipboard operation
android-simple-facebook copied to clipboard

[Deprecated] Simple Facebook SDK for Android

Results 100 android-simple-facebook issues
Sort by recently updated
recently updated
newest added

It looks like the Cursor pagination functions have stopped working. I tried looking into the issue but was unable to find the cause. Edit: Specifically, I'm working with getting tagged...

26914-27685/com.facebook.katana W/fb4a(:):BlueServiceQueue﹕ Exception during service com.facebook.http.protocol.ApiException: [code] 100 [message]: Unsupported get request. Please read the Graph API documentation at https://developers.facebook.com/docs/graph-api [extra]: at com.facebook.http.protocol.ApiResponseChecker.b(ApiResponseChecker.java:104) at com.facebook.http.protocol.ApiResponseChecker.a(ApiResponseChecker.java:137) at com.facebook.http.protocol.ApiResponseChecker.a(ApiResponseChecker.java:234) at com.facebook.http.protocol.ApiResponseChecker.a(ApiResponseChecker.java:185) at...

Hello, I have an issue concerning the login. If someone logs into the app and after that remove my app in the apps settings of facebook ( here : https://www.facebook.com/settings?tab=applications)...

Hi, I would like to know if it is possible to comment/like on a post with the latest library. I have a problem when we try to do comment/like on...

- fails with this error in code : Publish permissions: '[publish_actions]' weren't accepted by user . and then shows a facebook dialog with message You have already authorized - i...

Profile.Properties properties = new Profile.Properties.Builder() .add(Profile.Properties.ID).add(Profile.Properties.EMAIL).add(Profile.Properties.NAME) .add(Profile.Properties.FIRST_NAME) .build(); mSimpleFacebook.getProfile(properties, onProfileListener); OnProfileListener onProfileListener = new OnProfileListener() { @Override public void onComplete(Profile profile) { Log.i("getProfile", "My profile id = " + profile.getId());...

Some users using my App are getting this exception Fatal Exception: java.lang.RuntimeException Unable to resume activity {com.taskspotting/com.facebook.FacebookActivity}: The SDK has not been initialized, make sure to call FacebookSdk.sdkInitialize() first do...

Is it possible to get phone number in: Profile.Properties? and Profile.Properties.WEBSITE not working, is returning empty.

Hi I am using the library and I can login and get some of the user details, I am trying now to get his photos, i ask for the right...