php 如何将 Instagram 照片拉到我的博客并与 Fancybox 集成?

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/11003854/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me): StackOverFlow

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-08-24 23:33:30  来源:igfitidea点击:

How to pull Instagram photos to my blog and integrate with Fancybox?

phpjqueryapifancyboxinstagram

提问by Cornerpocket

I saw the docs on the Instagram developers page. http://instagram.com/developer/endpoints/

我在 Instagram 开发者页面上看到了文档。http://instagram.com/developer/endpoints/

But I want to display my own photos so I will need to get an access token. After that I want to make my photos work in a Lightbox or Fancybox. I was able to make this work with all endpoints that require a client ID. Its the access token that stumps me.

但我想显示我自己的照片,所以我需要获取访问令牌。之后,我想让我的照片在 Lightbox 或 Fancybox 中工作。我能够在所有需要客户端 ID 的端点上完成这项工作。它的访问令牌难倒了我。

Edit:

编辑:

I want to use php and or jquery to create a gallery of images from my account. Can anyone out there point me in the right direction? Are there any tutorials I can use that demonstrate this from start to finish?

我想使用 php 和/或 jquery 从我的帐户创建一个图像库。任何人都可以指出我正确的方向吗?我可以使用任何教程来从头到尾演示这一点吗?

回答by Rivers

I've just written a tutorial to help people like you manipulate this api and generate Fancybox gallery. It even includes source files of the final product. Here is a link http://www.blueprintinteractive.com/blog/how-instagram-api-fancybox-simplified

我刚刚写了一个教程来帮助像你这样的人操作这个 api 并生成 Fancybox 图库。它甚至包括最终产品的源文件。这是一个链接http://www.blueprintinteractive.com/blog/how-instagram-api-fancybox-simplified