instagram_private_api icon indicating copy to clipboard operation
instagram_private_api copied to clipboard

New api march 2021

Open LivC193 opened this issue 5 years ago • 6 comments

Sorry to bother you. I was wondering if this library will be viable after the implementation of the new api

LivC193 avatar Mar 09 '20 21:03 LivC193

That API has nothing to do with this one. There may be some backend changes at the same time, however, which could affect this library.

wlerin avatar Mar 10 '20 17:03 wlerin

But the Legacy API will become obsolete and the endpoints as well as the keys are for the Legacy API right ? So you won't even be able to log in anymore. Again this is my understanding from Instagram's official page : https://www.instagram.com/developer/ .

LivC193 avatar Mar 10 '20 17:03 LivC193

This doesn't use the Legacy API.

wlerin avatar Mar 10 '20 20:03 wlerin

@ping Looks like "follow" endpoint has been changed as this: endpoint = 'friendships/create/{user_id!s}/'.format(**{'user_id': user_id}) does not work anymore...

Does anybody know what it is now?

electrobayan avatar Apr 01 '20 09:04 electrobayan

This doesn't use the Legacy API.

@wlerin I think @LivC182 is talking about official app API having base URL 'https://i.instagram.com/api/{version!s}/'

Are you sure endpoints with this base URL are not going to be deprecated?

sahiltspaceo avatar May 18 '20 09:05 sahiltspaceo

@sahiltspaceo The Legacy API that @LivC182 was talking about which was going to be deprecated at the end of March uses https://api.instagram.com/v1/. It has nothing to do with this library, as I've said twice now.

That's all I'm sure of, this uses their private API so everything could change tomorrow and that would be the first we learned of it. (Well, they'd update the app first, and give people some time to update it on their devices. It wouldn't actually change overnight... but there wouldn't be some big announcement like the one that triggered this issue.)

wlerin avatar May 20 '20 16:05 wlerin