I am trying to access the Pinterest API but their documentation is scarce and does not provide the functionality I am looking for.
I'd like to pull JSON of all pins for any given board. I've found this endpoint:
https://api.pinterest.com/v3/pidgets/boards/highquality/travel/pins/
But this seems to only want to return 50 pins from the board. I've tried several schemes for pagination with no success.
Has anyone had experience with this API? Thanks for your help.
I know this is an old post, but in case someone else needs some documentation: https://developers.pinterest.com/docs/redoc/pinner_app/#operation/v3_board_pins_GET
The endpoint: https://api.pinterest.com/v3/boards/{board}/pins/
The response returns a "bookmark" value to provide pagination.
Related
I'm trying to fetch a tweet's video url using API V2.
Using API V1.1 I can use
https://api.twitter.com/1.1/statuses/show.json?id=<ID>&include_entities=true
and get the direct mp4 urls in the response at
extended_entities.media[0].video_info.variants
But using API V2 I can't seem to find any ways to get those, I was only able to get the video thumbnail but not the actual video.
I've tried it with both the lookup and the recent search endpoints but couldn't find a way to do that.
In lookup docs twitter says:
This endpoint was recently graduated from Twitter Developer Labs, and is the replacement of v1.1 statuses/show, v1.1 statuses/lookup, and Labs Tweet lookup. If you are currently using any of these endpoints, you can use our migration materials to start working with this new endpoint.
but that doesn't seem to be the case, is that feature not included ? Also if there is any other way to be able to embed a twitter video in a web page (without the tweet text) that'd be helpful.
The videos are not currently available in the Twitter API v2 at this time. This is a known request.
For those who still looking for an answer, you can do it on the V2 by adding the following parameters :
expansions=attachments.media_keys
media.fields=variants
Your final link should give https://api.twitter.com/2/users/{{uid}}/tweets?expansions=attachments.media_keys&media.fields=variants
Source : https://developer.twitter.com/en/docs/twitter-api/data-dictionary/object-model/media
Progress on twitter-api-v2 media handling, Maybe this will allow the video URLs too in the response.
https://twittercommunity.com/t/v1-1-media-endpoints-available-for-essential-access-in-the-twitter-api-v2/171664
I'm writting a new post, because all of topics that was related with getting Instagram Direct message via API are a little bit old.
Do anyone knows if there is a possibility of GET Direct Messages via API or in some programatically way?
Right now, it doesn't look like you can. The Instagram Graph API docs don't mention direct messages at all. The old Instagram API never had this.
Take a look to the Component InstagramApiSharp, it contains this functionnality. There are some actions that you can built for the direct message with it.
I want to request pins without login to Pinterest by providing a set of tags. Is this possible? I searched through current Pinterest API and couldn't find anything like some search method. I know that I can get a google custom search engine and fetch photos from pinterest.com source from google but wanted to do it natively.
Any help appreciated!
I'm currently working on Github API. I'd like to get news feed like we can see at https://github.com . I'd like to get information same as the authenticated user can see on the top page of github.com. I'm browsing Github's api documentation here: https://developer.github.com/v3/ . But I can't tell which is the right for my purpose. Anyone give a help to detect which is the best API for me?
I finally found which API is right for me by checking response from each API.
GET /users/:username/received_events is the one that I was looking for.
https://developer.github.com/v3/activity/events/#list-events-that-a-user-has-received
I am building a tool that integrates with LinkedIn API.
During testing I hit "RateLimitExceeded", and I have not been able to use the API now for a few days.
What exactly is the criteria for this? I have looked ALL OVER and have found no documentation.
In case anyone else finds this on Google, the documentation has moved to:
https://developer-programs.linkedin.com/documents/throttle-limits
Sorry you can't find this. I'll look to make this more visible:
https://developer.linkedin.com/docs/v1/throttle-limits