hi , im looking for facebook app similar to likesss.com or http://fb-rebot.com/ where people grant permission to access their profile and automatically like, follow , post pages and pros. Does anyone know how to make that. I appreciate your help PS: please please don't leave comments like .... oh fb will ban you , ... its not permitted or ......
It can be done using Graph api.. https://graph.facebook.com/[User FB ID]/og.likes?object=OG_OBJECT_URL&access_token=USER_ACCESS_TOKEN The og.likes action can refer to any open graph object or URL, except for Facebook Pages or Photos
Be careful, FB doesn't like this. My app has been "like disabled" very soon and i cant like though the api Otherwise, through jquery its very easy.