使用 php-sdk 的 Graph API 搜索页面和应用程序
我正在寻找 -
- 有关如何使用图形 API 搜索页面的示例来帮助我入门。
- API 是否包含搜索中的应用程序?
- 我是否需要访问令牌才能使用此功能,我在文档中没有看到?
I am looking for -
- Sample on how to use graph api search pages to get me started.
- Does the api include applications in the search?
- Do i need an access token to use this feature, i did not see in the docs?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
这是我一直在使用 Ajax 所做的事情。首先创建一个 php 文件(在本例中为 fbAuth.php):
然后使用 jQuery:
Here is what I've been doing with Ajax. Make a php file (fbAuth.php, in this example), first :
And then, using jQuery :
此示例假设您安装了 php-sdk 3.1.1。并使用表单将搜索提交到当前页面。 url 格式 example.com/?qs=search+facebook
this sample assumes you have php-sdk 3.1.1 installed. and are using a form to submit the search to current page. url format sample.com/?qs=search+facebook