-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
How to Use Instagram Private API in a Chrome Extension with Cookies, Without Node.js #1806
Comments
If there is nothing ready, I will start creating a project like this and leave it open |
Yea possible. Use headers. That's enough for API |
Please could you give me a small example of how I could use these Cookies and set them in the IGPAPI header and how to make it work without Node? Thanks |
Use fetch API, instagram API as headers |
Forget it, that doesn't work, I want something that can be used directly on the client-side environment, in the browser. |
Won't it get CORS blocked if u try to run it on client? |
Extensions can modify CORS headers |
@geanrt Were you able to find a way |
Dude, I even found something interesting, but nothing that is really efficient, I was able to access Instagram's features in another way, but using this API, which would be essential, no. If you want to call on discord to exchange some ideas and develop this, feel free. |
Sure. How can we connect? I sent you message on your linkedin page which is listed as connection method no your github profile, but you have not responded there yet. |
Feature Request
Notes
Description
Hi! I'm currently working on a Chrome extension that interacts with Instagram, and I already have the necessary cookies for authentication (like
sessionid
,csrftoken
, etc.) from the browser. I'm trying to figure out how I can use the Instagram Private API directly in the extension to send direct messages or perform other actions, but without relying on Node.js.Here's the problem:
Is it possible to integrate the Instagram Private API directly in a Chrome extension without Node.js? I would appreciate any updates, tips, or examples on how to achieve this.
Thanks!
The text was updated successfully, but these errors were encountered: