How can I use JavaScript show Facebook's info on Unity?

I need to show facebook’s user’s name and user’s photo on unity.

I creat a MySQL database to save user’s info but I don’t know how to put the user info in my table and show on Unity.

How can I do?

You will have to read in the data and parse them, then present them as GUI stuff likely.

you can’t show html or web js stuff or alike.

Thank you.