Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>I would appreciate some details on the error you receive before the app crashes Like Usama said the logcat would be great. I can't see where do you initialize the variable facebook = new Facebook(APP_ID);. Make sure that you have also all the activities facebook is using in your manifest. Finally I let you this: <a href="https://github.com/facebook/facebook-android-sdk/blob/master/examples/simple/src/com/facebook/android/Example.java" rel="nofollow">https://github.com/facebook/facebook-android-sdk/blob/master/examples/simple/src/com/facebook/android/Example.java</a></p> <p>I hope that some of this helps.</p> <p>&lt;&lt; When you try to log in to the Facebook page, you receive a Token if thee user and the password were correct, this means that the application has a valid user loged in to the facebook servers. The SessionStore class saves that token in your shared preferences. So then you can use the Token to connect to facebook again later without asking the password to the user. You can do this only if the session hasn't expired. About the error: "This exception is thrown by the resource APIs when a requested resource can not be found."</p> <p>I did the facebook integration a long time ago, and for a company so I can't pass you the code because I don't have it. Look at this post maybe it helps. <a href="http://www.jiahaoliuliu.com/2011/05/android-runtime-error.html" rel="nofollow">http://www.jiahaoliuliu.com/2011/05/android-runtime-error.html</a></p> <p>I'll look around to see if I find something more explicit.</p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload