Bigger/Medium images for Venues search app in foursquare - search

The venues API provides only the icon images. It does not provide bigger images for that venue. Is it possible to retrieve the bigger/Medium sized images?

You can use the venues/photos endpoint to get the photos for a venue. Refer to the photos response documentation for information on how to turn the photos response into a photo URL. Photos are available in sizes up to 500x500px

Related

Is there any way to filter instagram new basic display api by hashtag

I want to get latest images from instagram account and I am using this url
https://graph.instagram.com/me/media/?fields=id,media_type,media_url,thumbnail_url,permalink,caption&access_token={account-token} and it get all posts in my instgram account.
Is there any way to get only posts with specific hashtag?
Not right now, Hashtag Search API is only available as part of Instagram Graph API
https://developers.facebook.com/docs/instagram-api/reference/ig-hashtag-search/

Get images with tag using FB's new Graph API for instagram

Recently, Instagram/Facebook stopped approving apps using their old Instagram API in favor of Facebook's graph api.
I'm struggling to figure out how to migrate of some of the functionality I'm wanting in my app.
With instagram, to get recent images with a given tag, you simply made a request to this URL:
https://api.instagram.com/v1/tags/{tag-name}/media/recent?access_token=ACCESS-TOKEN
Does the Facebook graph api for instagram have that? I couldn't find it in their documentation.
The new graph API does not support all the APIs that the old Instagram API supported. You cannot get images by hashtag and location and any user's posts, like you could with old APIs.
With new graph API you can only access your photos and your insights and comments.
No hashtag posts, other user posts, location posts or follower lists.

retrieving instagram stories data using instagram api

I want to access and retrieve a user's Stories post from Instagram using their Dev API.
I tested after posting a story myself by using https://api.instagram.com/v1/users/self/media/recent/?access_token=ACCESS-TOKEN.
However, that returns an empty object unless I post a regular post.
As far as I am aware the Instagram API does not currently return Stories.
The example response in the documentation for the media endpoint, for example, shows responses for Images, Videos and Carousel items only. The recent media end point documentation doesn't go into much detail on responses.
Media End Point Documentation
It is available only for Instagram Business Account.
See this link for more information: https://developers.facebook.com/docs/instagram-api/reference/user/stories/
The id returned by this endpoint can be used on the same API media endpoint.

Foursquare API : Retrieve principal Venue Photo

I'm using search Foursquare API to get list of venues but in result I don't have principal picture of venue (like profile picture in a facebook page).
Is there a way to retrieve it, using an other API ?
This API give me all photos and I can't retrieve only profile picture (https://api.foursquare.com/v2/venues/VENUE_ID/photos)
I want for example url of photo with logo Mcdonald here : https://fr.foursquare.com/v/mcdonalds/4b24227df964a520ea6124e3
Are you using the venues/explore endpoint? There is a boolean parameter venuePhotos=1 that will include the venue profile photo in the response.

How to get photos of following users' photos using flickr API?

In Flickr, in your home page you can see all the photos from the users you are following. How can I get this data using the Flickr API? I couldn't find a proper method to do this.
You can use flickr.contacts.getList to get a list of a user's contacts, which is more or less the list of people that the user is following.

Resources