Hello,
How can I get stuff like photo, first name, last name after the user logs in from facebook login for the first time? I understand that should be possible, since an app allready does the job.
The problem is that my Language is not supported by the app yet, so It would be great to do it withouth the app.
The code I’m using is the for the Wix Support Page " How to Build Your Own Members Area Using Code ". Link: https://support.wix.com/en/article/how-to-build-your-own-members-area-using-code
This would help me a lot, thanks for you’re time.
Hi!
You should use our Wix-fetch API in order to retrieve data from the facebook page.
What you’ll get is a JSON file and in it you’ll have all the fields that you mentioned.
Note that in order to use that method you’ll need to have the facebook API and key token, which you can find in their developer’s site.
Doron.
My post below may help. Not yet a perfect solution, but an alternative.