Release 1.3.1
Change log:
- App API:
Client.standard_ratios()
andClient.reel_ratios()
is deprecated and replaced withMediaRatios.standard
andMediaRatios.reel
respectively.- Deprecated and experimental endpoints now warned with
ClientDeprecationWarning
andClientExperimentalWarning
. collection_feed()
,feed_liked()
,self_feed()
have been updated to support pagination through themax_id
kwarg.