Skip to content
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

Open
ghost opened this issue Jun 28, 2018 · 7 comments
Open

Login required for the logged in user #5

ghost opened this issue Jun 28, 2018 · 7 comments

Comments

@ghost
Copy link

ghost commented Jun 28, 2018

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 the commentOnMedia(), 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.

@adiv-phpian
Copy link
Owner

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.

@ghost
Copy link
Author

ghost commented Jun 28, 2018

Thanks for your quick response. @muthu-kc

I will try to follow your solution now, and let you know the result.
FYI, I am using proxies for now. I will try to use another IP address.

Really appreciate your help as always.

@ghost
Copy link
Author

ghost commented Jun 28, 2018

Hi, @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.

@adiv-phpian
Copy link
Owner

adiv-phpian commented Jun 28, 2018 via email

@ghost
Copy link
Author

ghost commented Jun 28, 2018

@muthu-kc Thanks for your answer
Could you let me know which part should I look at on mgp25, please?

@adiv-phpian
Copy link
Owner

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.

@ghost
Copy link
Author

ghost commented Jul 3, 2018

Thanks, @muthu-kc
I will try to find a solution to fix the current issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant