using Facebook iOS SDK 2, how do I like a page? - “Application must be on whitelist”

前端 未结 4 1519
北海茫月
北海茫月 2020-12-29 17:08

How do I \"like\" a page using the new Facebook iOS SDK? (http://github.com/facebook/facebook-ios-sdk)

I\'m currently attempting to do it with:

NSMut         


        
4条回答
  •  轮回少年
    2020-12-29 17:42

    This is not a bug, it's broken by design. Using Facebook API you are only allowed to liking posts (by sending post request to https://graph.facebook.com/POST_ID/likes&auth_token=...), nothing else. Right now there is only one application which is allowed to liking pages using facebook api, it's "causes".

提交回复
热议问题