I am currently using Parse to store user authentication data. I believe that I have valid session token, user id and session expiry data that could be used to access Facebook’s API. (Yes, I know that I can just keep calling the facebook requests if the local data is present, and that does indeed work.)
Some examples of what I’d like to do are (1) access friend information after logging in with email/password on a new device, or (2) log back in later on the same device if the iOS app has gone out of memory.
Can I use it without requiring the user to actually click connect and cycle over to Facebook? Can you set Facebook connect without a manual login, or does the Corona library only let you get the credentials?
Any thoughts would be appreciated. Cheers!