Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Programmatically like a facebook fan page in Facebook android SDK

I am working in an android application where I use the facebook android sdk to login to the application.I get the access token from the facebook sdk when user logged in to the application through facebook sdk.

So is it possible to like a page in facebook pragmatically having access token of a user.

like image 279
Arun Avatar asked Nov 30 '22 21:11

Arun


1 Answers

It's not possible to like a page programmatically, only comments and posts. I don't know why you marked the previous answer as correct, it does not work and it's quite misleading.

like image 101
hbot Avatar answered Dec 03 '22 10:12

hbot