I am importing the tutorial app from Parse at https://github.com/ParsePlatform/f8DeveloperConferenceApp, which involves linkage including login with Facebook.
Question:
There is one place that has error that could not be resolved, as shown in the capture below. I have already added the required. Could anyone please tell me how to solve such? The error reads as
The type com.facebook.Session cannot be resolved. It is indirectly referenced from required .class files
And would there be any samples related to adding users to ParseUser database after user login? I have tried login my own FB account sucessfully but my data is not added to the ParseUser db yet...