Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@SnakeEye-sudo
Copy link
Owner

Fix: Instagram Logout Issue

Problem

Instagram logout endpoint now requires POST requests but the hello.js library was sending GET requests, resulting in HTTP 405 (Method Not Allowed) errors.

Solution

Added explicit logout configuration for Instagram module that specifies POST method for the logout endpoint:

logout: {method: 'POST', path: 'https://www.instagram.com/accounts/logout/'},

References

Fixes MrSwitch#545: Instagram - Logout Method no longer works

Testing

  • Instagram logout now uses POST instead of GET
  • Should resolve 405 errors when calling logout method

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

Successfully merging this pull request may close these issues.

Instagram - Logout Method no longer works

2 participants