Bribing Facebook Fans with Coupons

JenniFranks

Junior Member
Joined
Jul 26, 2010
Messages
124
Reaction score
44
I have a client who wants to bribe users into liking them on Facebook in exchange for a coupon. The idea is that when a person likes them on Facebook, they would automatically get a coupon. Is there any way to automate such a process?
 
I think you should use the Graph API
Code:
http://developers.facebook.com/docs/reference/api/#insights
you should read the user likes with a json function
Code:
https://graph.facebook.com/me/likes?access_token=2227470867|2.IvwFpN5Ah7TibwA0A5Mw4g__.3600.1303887600.0-100001418928090|wdrlq9AQoASO0FvsK0GUk4XfsJs

or using fql
Code:
http://developers.facebook.com/docs/reference/fql/like/
 
if this was possible, it would be gold.
people would be spamming shit to users, as soon as they would have liked the page!
 
Back
Top