我已经有一个 Facebook 页面,但我需要一个应用程序 ID 才能使用 jQuery 和 FQL 在我的网页上显示我的图库
我有兴趣在我的网页上使用 FQL 和 jQuery 展示我的 Facebook 画廊。我在这里找到了一些东西: http://www.codeofaninja.com/2011 /06/display-facebook-photos-to-your-website.html
这是包含照片的 Facebook 页面: http://www.facebook.com/KukuiCheltenham
但是,我不知道如何生成应用程序 ID以及此现有页面的应用程序秘密(我是该页面的管理员)。
关于如何在我的网站(这是官方场馆网站)上显示此页簿页面中的图像的任何想法。
I'm interested in showing my Facebook gallery using FQL and jQuery on my webpage. I found something on this here:
http://www.codeofaninja.com/2011/06/display-facebook-photos-to-your-website.html
Here is the Facebook page that houses the photos:
http://www.facebook.com/KukuiCheltenham
However, I do not know how to generate an App ID and App Secret for this existing page (of which I am an admin).
Any thoughts on how to display the images from this pagebook page on my website (which is the official venue website).
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您可以创建一个应用程序并提示您自己的帐户获得offline_access扩展权限,并使用该令牌从您的页面获取所需的详细信息。您可以使用 Facebook Graph Explorer 进行测试导航至 /KukuiCheltenham/photos。如果您告诉 Graph Explorer 您想要离线访问,您甚至可以使用该令牌。
You can create an application and prompt your own account for offline_access extended permissions and use that token to get the details needed from your page. You can test this with the Facebook Graph Explorer and navigating to /KukuiCheltenham/photos. If you tell the Graph Explorer you want offline_access you could even use that token.
据我所知,应用程序 ID 和应用程序密钥是 Facebook 应用程序(画布应用程序或 Facebook 连接网站)的身份。您无法获取 Facebook 页面的 appID/秘密。
as far as I know, app ID and app secret are the identity for facebook application (either a canvas app or a fb connected website). You cannot get appID / secret for a facebook page.