如何让谁上传照片Instagram的使用位置,用户名或ID指定位置的所有用户? [英] How to get all users who upload photo in instagram for a specific location using location username or id?

查看:159
本文介绍了如何让谁上传照片Instagram的使用位置,用户名或ID指定位置的所有用户?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我想谁上传(共享)的特定位置(页)上的照片的用户列表?
用户可以键入@location_user_name,然后分享照片。
我想谁使用location_user_name从Instagram的API分享照片的用户!
我想下面

在code<?pre> https://api.instagram.com/v1/users/+ this.instagram_id +/媒体/最近min_timestamp =+ dateString +&放大器;的access_token = XXX

我的位置本身上传的照片而不是用户。


解决方案

下面是你想要做世界卫生大会的执行情况:的 http://www.gramfeed.com/instagram/places

您可以搜索某个位置,然后查看所有照片和获得的用户名。

它使用Facebook的Places API的使用Instagram的终点在位置搜寻的地方,然后打开照片:

<$p$p><$c$c>https://api.instagram.com/v1/locations/<location_id>/media/recent?access_token=ACCESS-TOKEN

I want to get the list of users who has uploaded (shared) a photo on specific location (page)? the user can type @location_user_name and then share the photo. I want to get the user who share this photo from instagram api using location_user_name! I tried the code below

https://api.instagram.com/v1/users/" + this.instagram_id + "/media/recent?min_timestamp=" + dateString + "&access_token=XXX";

I got the photos uploaded by the location itself not users.

解决方案

Here is an implementation that does wha you want: http://www.gramfeed.com/instagram/places

You can search for a location, then view all pictures and get the usernames.

It used facebook places API to search for places at a location and then open the photos using the instagram endpoint:

https://api.instagram.com/v1/locations/<location_id>/media/recent?access_token=ACCESS-TOKEN

这篇关于如何让谁上传照片Instagram的使用位置,用户名或ID指定位置的所有用户?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆