It‘s calming to see that even big tech is unable to properly manage their APIs including completely useless error massages and communication silence.
Tell HN: Instagram's API has broken, support tickets ignored, status page green
21–30 of 85 posts
Re: Tell HN: Instagram's API has broken, support tickets ignored, status page green
#22GET for creating access tokens seems like the incorrect request type.
Re: Tell HN: Instagram's API has broken, support tickets ignored, status page green
#23I don't mind it though, long term that's good news as it'll let us remove any dependencies we have on FB.
Re: Tell HN: Instagram's API has broken, support tickets ignored, status page green
#24Re: Tell HN: Instagram's API has broken, support tickets ignored, status page green
#25Meta (Facebook/Instagram) must have not taken the Twitter route during their mass layoffs. You cut non-essential folks firstly and critical operational personnel lastly.
Re: Tell HN: Instagram's API has broken, support tickets ignored, status page green
#26GET for creating access tokens seems like the incorrect request type.
Using GET to request a resource, kind of makes sense. Usually you want to send some information to the endpoint as well though, which makes a GET a bit awkward.
As long as the GET requests returns the same or equivalent API data every time they make total sense. For an access token, that's perfectly fine, assuming they don't generate a new token with every request of course.
Re: Tell HN: Instagram's API has broken, support tickets ignored, status page green
#27Re: Tell HN: Instagram's API has broken, support tickets ignored, status page green
#28Re: Tell HN: Instagram's API has broken, support tickets ignored, status page green
#29Re: Tell HN: Instagram's API has broken, support tickets ignored, status page green
#30Meta (Facebook/Instagram) must have not taken the Twitter route during their mass layoffs. You cut non-essential folks firstly and critical operational personnel lastly.