是否有任何社交网络,如 Google+、Instagram、Tumblr、MySpace、Linkedin、Foursquard,具有允许基于“特定关键字”搜索公共评论/帖子的 Search api。
就像 Twitter 搜索 API,如这些链接中所述...
是否有任何社交网络,如 Google+、Instagram、Tumblr、MySpace、Linkedin、Foursquard,具有允许基于“特定关键字”搜索公共评论/帖子的 Search api。
就像 Twitter 搜索 API,如这些链接中所述...
当然。
您可以使用以下 URL 结构通过 Graph API 搜索 Facebook 上的公开帖子:
https://graph.facebook.com/search?q=batman&type=post
您可以像这样通过 Instagram API 搜索公共标记的照片(需要身份验证):
https://api.instagram.com/v1/tags/search?q=batman
您可以像这样在 Tumblr 上搜索公开标记的帖子(需要身份验证):
http://api.tumblr.com/v2/tagged?tag=batman
您可以像这样通过 Foursquare API 搜索公共提示(需要身份验证):
https://api.foursquare.com/v2/tips/search?ll=40.7,-74&query=batman