1

Is it possible to request permissions to allow your application like a facebook page on behalf of the user. Also could someone highlight the part of the API that is used to like the page, eg is there FB.LikePage etc?

Payson Welch
  • 1,388
  • 2
  • 17
  • 29

2 Answers2

2

What you're looking for is just not possible using facebook's API, The reason is obvious, if they allow applications to like pages on behalf of the user, then its like welcoming all spammers to scam all facebook users and people won't have any idea what just happened as soon as they've allowed the application and its like liking something which is not of my interest!

I don't think facebook will allow something like this in future as well, if they allow, then they should be prepared to handle all spams/scams.

Syed I.R.
  • 6,180
  • 2
  • 29
  • 41
0

From what i've used the Facebook API it is not possible and it doesn't make any sense to allow such a behaviour

JSantos
  • 1,698
  • 22
  • 39
  • 2
    Actually it would make sense - Facebook already allows you to prompt users for a variety of permissions - including posting to their wall as the user on their behalf, reading their inbox, complete list of friends, personal information etc - It would make sense to allow an application associated with a facebook page to request permission to like itself. My guess is that Facebook hasn't / doesn't want to work out the logistics with this since technically a page and app are seperate entities. – Payson Welch Jul 25 '11 at 14:23