1

I am importing the tutorial app from Parse at https://github.com/ParsePlatform/f8DeveloperConferenceApp, which involves linkage including login with Facebook.

Question:

  1. 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

  2. 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...

enter image description here enter image description here enter image description here

pearmak
  • 4,979
  • 15
  • 64
  • 122

1 Answers1

0

Facebook has removed the support for Sessions in new SDKS. Already answered here.

Aarth Tandel
  • 1,001
  • 12
  • 32