Questions tagged [android-simple-facebook]

Simple Facebook SDK for Android which wraps and simplifies original Facebook SDK.

This is a library project which makes the life much easier by coding less code for being able to login, publish feeds and open graph stories, invite friends and more.

Github: https://github.com/sromku/android-simple-facebook

51 questions
0
votes
1 answer

Android: Facebook login error

I am using this library: https://github.com/sromku/android-simple-facebook, I have setup a login button and there are no errors in the code, when I launch the app and click on the button i get this error in…
da_st
  • 402
  • 2
  • 10
  • 27
0
votes
2 answers

Android: Simple facebook onLoginListener cannot be resolved

Im using the simple facebook library, i have this code: import com.sromku.simple.fb.listeners.OnLoginListener; import com.sromku.simple.fb.Permission; import com.sromku.simple.fb.SimpleFacebook; import…
da_st
  • 402
  • 2
  • 10
  • 27
0
votes
2 answers

FB Android: Session: an attempt was made to open an already opened session

I'm implementing Facebook Login with android-simple-facebook library. It works well in Eclipse example, but in my JNI application it crashes with the following error: java.lang.UnsupportedOperationException: Session: an attempt was made to open an…
deko
  • 2,534
  • 3
  • 34
  • 48
0
votes
1 answer

simple facebook API on android 4.2.2 not show facebook webview login

![Facebook Loggin][1] I'm using the SimpleFacebook API with succes until i've figured out that when my app is executed on an Android 4.2.2 and i try to log in, instead showing the WebView for loggin, a prompt dialog is showed. What should i…
Billyjoker
  • 729
  • 1
  • 10
  • 31
-1
votes
1 answer

Null pointer exception in Simple Facebook library to getPosts?

I imported THIS LIBRARY to get my all posts i set up all imports and so, I have follow the steps and wirte this code,Actually i wanted to show my page's all public posts in my app.like some apps or website keeps that is looks like facebook's real…
-1
votes
1 answer

profile.getinstalled() returns null every time in debug mode

I am using this library for integrating facebook with my app https://github.com/sromku/android-simple-facebook.Its running in debug mode,i have a requirement to use the invite friends functionality and get the friends of users who have installed my…
1 2 3
4