I have a job where I need to take the product sharing link from the customer's virtual store and register it in the database. It pays for sharing your products, so the need.
I have to get link/id
of the publication and later access some part of the facebook API to retrieve the information of this id
.
If possible, also get the email from the shareer.
How can I start developing this in PHP
? Where should I start studying about this in the documentation for facebook?