开发者

How to validate a Facebook application existence?

开发者 https://www.devze.com 2023-03-14 02:16 出处:网络
I\'m currently building a Facebook integration program, and I wanted to know if it is possible to verify the existence of Facebook application开发者_StackOverflow中文版 by either with or without the F

I'm currently building a Facebook integration program, and I wanted to know if it is possible to verify the existence of Facebook application开发者_StackOverflow中文版 by either with or without the Facebook API.


Just call the Facebook graph api by accessing the app's name or id: http://graph.facebook.com/appId or http://graph.facebook.com/appName

If you are trying to search for apps, you could scrape this url: https://www.facebook.com/search.php?q=appNameSearch&type=apps

0

精彩评论

暂无评论...
验证码 换一张
取 消