users.isAppUser in new Graph API
Can we call equivalent of users.isAppUser 开发者_如何学编程via the new Graph API?
I'm answering to this old post because I'm working on ways to make users.isAppUser work.
As of April 13th, 2011, this is taken from the users.isAppUser page on the Facebook developers site:
Please note: We are in the process of deprecating the REST API, and will be adding equivalent support to the Graph API for this method. You should continue to use this method until we announce support in the Graph API.
So, the Graph API does not have the equivalent for users.isAppUser, for now.
精彩评论