I have a REST API and I need to authenticate users via Facebook Login API. Access Token should be obtained in mobile app (I guess) and then sent to the server. So I have found some code in old tutorial and I can't make it work. Here's the code:I have a REST API and I need to authenticate us