0
I have a job where I need to take the product sharing link from the customer’s online store and register it in the database. He pays by sharing his products, hence the need.
I have to take link/id from the post and then access some part of the Facebook API to redeem the information from this id.
If possible, also pick up the email from the one who made the share.
How can I begin to develop this in PHP? Where should I start studying about this in the facebook documentation?