Open irTopCoders opened 5 years ago
same this issue :(
@tageio Hi. Do you correctly authenticate?
@tageio Hi. Do you correctly authenticate?
Yes, Authentuication is correct. other methods works fine. but getUserFollowers
and getUserMedia
return empty.
@yatsenkolesh yeah, everything is correct, query returns an empty array
Same here
@Bestfastfire @havenchyk You can try to change t.headers._headers['set-cookie']
on t.headers.raw()['set-cookie']
I have same problem with getUserMedia method. getUserFollowers works fine for me
I try this code:
i get correct result of
userData
butfollowers
anduserMedia
is empty. other functions likesearchBy
andgetFeed
work correctly.