I’m working on a sales promotion for a client. They would like this promotion to revolve around “Liking” their product on FB. I need to be able to add a LIKE button on the their Website (not a FB page) have a person click “LIKE” and then submit their email address to receive a coupon. So my question is : Is there a way to click on LIKE and submit an email address at the same time?
Share
No – you can not do this. In order to retrieve a users email address you must first authenticate that user to use your application and then request the
emailpermission – that brings me to my second point – you have to have an application in order to request this information.