-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Login required for the logged in user #5
Comments
I think it's because of too many write actions performed from same IP address. try to use proxies for every account. use intervals in order to avoid getting caught. |
Thanks for your quick response. @muthu-kc I will try to follow your solution now, and let you know the result. Really appreciate your help as always. |
Hi, @muthu-kc I just tried to use another IP address for the same account. I'd much appreciate if you can give me some more clue. |
I think on mgp25 they used some tricks to avoid this issue. if you can look
into mpg25, then you can figure out.
…On Thu, Jun 28, 2018 at 12:45 PM, Flow999Cloud ***@***.***> wrote:
Hi, @muthu-kc <https://github.com/muthu-kc>
I just tried to use another IP address for the same account.
I've passed the checkpoint step successfully.
But, the same issue is happening on the new IP address, unfortunately.
It seems like this issue is not related with proxy.
I'd much appreciate if you can give me some more clue.
Thanks.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#5 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AHjnGH8kL2b_7cvj1UovLTopPxlnk3u8ks5uBIKEgaJpZM4U60Cd>
.
|
@muthu-kc Thanks for your answer |
I can't specify exact part, they do a lot of activities on the login process. for example, they use some kind pre-request to the server and they check feed after login. They do similar kind of activities. |
Thanks, @muthu-kc |
Hi, @muthu-kc
I've followed your sample project and successfully implemented the checkpoint feature.
Right now I can use most of the functions without any issue with the logged in instagram user instance.
Btw, I have some problems though.
When I call
$instagram->followUser('111...');
, it says me "login required". This issue is happening on thecommentOnMedia()
,likeMedia()
functions, too.FYI,
getUserInfo()
,getMediaComments()
,getUserByUsername()
functions are working well though.Could you let me know why this issue is happening, please?
Thanks in advance.
The text was updated successfully, but these errors were encountered: