This question already has answers here:
Is there an Amazon.com API to retrieve product reviews? [closed]
(8 answers)
Closed 8 years ago.
How can I find top "most helpful" Amazon reviews for all products using Amazon API or other method?
Unfortunately, as of November 2010, it is not possible to get Reviews information from the Product Advertising API anymore.
"On November 8, 2010 the Reviews response group of the Product Advertising API will no longer return customer reviews content and instead will return a link to customer reviews content hosted on Amazon.com" (see the following link for the full announcement: https://affiliate-program.amazon.com/gp/advertising/api/detail/main.html).
An alternative solution is to rely on scraping/parsing the content of the following URL, though I assume you would be breaking their TOS:
http://www.amazon.com/product-reviews/[INSERT-ASIN-HERE]
For instance, to get the "most helpful" favorable & critical review for the Kindle, you would go to the following URL:
http://www.amazon.com/product-reviews/B004HFS6Z0/
Related
This question already has an answer here:
Was User Watch History removed in YouTube Data API v3?
(1 answer)
Closed last year.
Since 2016, watch history is no longer available via the YouTube Data API v3 (https://developers.google.com/youtube/v3/revision_history)
Are there any workarounds to get this information from an authenticated user?
Indeed the YouTube Data API no longer provides the watch history playlist of any channel. I also am adding that there's no other way to obtain this kind of info from the API.
However, there is a workaround for that: use Google Takeout. That page allows you to select the item YouTube and YouTube Music, then to obtain via your Google account a link to a downloadable archive that contains your watch history among other things.
This question already exists:
Instagram/Facebook deprecating many APIs [duplicate]
Closed 4 years ago.
i am using wordpress site with the grid plugin, yesterday the plugin work great, i added new access token, today it start showing me this error
"Sorry, an error occurs from Instagram API: This endpoint has been retired
"
One more sudden change from Insatagram, few endpoints are deprecated immediately, It's effective from 4th April.
here is list of endpoints are
1) Follows and Relationships
2) Commenting on Public Content
3) Likes
4) User Search
Please see more details here
There is also some change in response of few APIs
https://www.instagram.com/developer/changelog/
Facebook retired most of Instagram's APIs today along with a lot of other locking-down in order to address privacy leaks. "This endpoint has been retired" (rather than something like "Unauthorized") suggests maybe you were bit by that. You can read more about it from Facebook.
This question already exists:
Instagram/Facebook deprecating many APIs [duplicate]
Closed 4 years ago.
Not able to search user specific contents in Instagram, Earlier I able to do that. It stopped working out of sudden.
I was using user search API for that
One more sudden change from Insatagram,
User search endpoints are deprecated immediately, with some other endpoints. It's effective from 4th April.
User Search:
GET /users/{user-id}
GET /users/{user-id}/media/recent
GET /users/self/media/liked
GET /users/search
https://www.instagram.com/developer/changelog/
https://newsroom.fb.com/news/2018/04/restricting-data-access/
Is there a way to retrieve the "Home Timeline" (i.e.: a feed with all latest photos by people the authenticated user is following) using the Instagram API?
I couldn't find this method in the docs.
Turns out this is called the "Self feed" (users/self/feed)
According to Instagram API Changelog, the Self-feed Endpoint was deprecated in November 2015.
The only way that worked until recently was to fetch the followed users list and read their feeds one by one. Unfortunately, new applications can only request Basic permission now since October 2017, which basically means that there is no way to read user's own feed.
Right now, when you check into a movie theater, you have the ability to check into a specific movie showing.
If you're a venue owner that has a schedule that people can check into, is there a foursquare api method that lets you upload your schedule? What do the movie theaters use?
This schedule you're referring too is called "events" on Foursquare. Foursquare is currently partnered with ESPN (sporting events), MovieTickets.com (Movie Times) & SongKick (concerts) for the data you're seeing. There is no way (currently) for you to create an event at a venue using the Foursquare api. However, it looks like this feature may be on its way based on the update at the end of this blog post.
http://blog.foursquare.com/2011/08/18/foursquare_events/
Not through the API, the current ability to edit a venue in FourSquare can be found at: https://developer.foursquare.com/docs/venues/edit
Events can be viewed through a venue using the API here: https://developer.foursquare.com/docs/venues/events
Once you manage a venue on FourSquare, you can maintain it through the Dashboard - found here:
https://foursquare.com/business/merchants/dashboard