Hello,
I'm trying to make a Facebook app but I ran into a few problems.
1. How do I get permissions to get user's email?
I'm using default Facebook plugin that came with Construct 2.
2. How do I extract specific data from AJAX POST response?
I'd like to save user's ID, name and email that I get from AJAX POST response into separate variables. When I use AJAX POST function and request user's info I get this response:
{
"id": "100003234347433",
"name": "Ale� Kovacic",
"email": "sth@email.com"
}
Thank you and sorry for my bad English.