How do I programmatically “like” a Facebook page in an iOS app?

I want to add code to my iOS application, which encourages users to “like” the page of my Facebook application after they use the program X times. However, I want it to be as simple as possible for the user. What are the best methods for programmatically liking a page? Right now I have a link to my Facebook page on the Help screen, but I want to make it more visible to the user and try to get more “fans”.

+4
source share
2 answers

There is no API to actually create a Like connection.

+4
source

No, there is no way to like something without a user click. This is due to malicious applications / sites

0
source

Source: https://habr.com/ru/post/1342558/


All Articles