pgrimaud / instagram-user-feed

This is a scrapper to easily fetch any feed and interact with Instagram (like, follow, etc.) without OAuth for PHP.
MIT License
881 stars 137 forks source link

How to use IMAP and get video link as mp4 on instagram? #145

Closed clubmagic87 closed 4 years ago

clubmagic87 commented 4 years ago

Version(s) affected: 6.5

Description

  1. I just updated to version 6.5 and reported an error with IMAP.

    • Can someone tell good usage with this new function?
    • Do I need to fill in my Gmail account? Does that account need to be related to my Instagram account?
  2. How to get a video link as mp4 on Instagram?

    • I can only get a thumbnail of the video. Don't know how to get a video link.
    • I am using old version 6.2. Is it still usable? I'm seeing an issue in this version, even though it worked fine before. If possible can I use version 6.2 to get the video link? `PHP Fatal error: Uncaught Instagram\Exception\InstagramFetchException: Unable to extract JSON data in /vendor/pgrimaud/instagram-user-feed/src/Instagram/Transport/HtmlProfileDataFeed.php:53 Stack trace:

      0 /vendor/pgrimaud/instagram-user-feed/src/Instagram/Api.php(104): Instagram\Transport\HtmlProfileDataFeed->fetchData('instagram')

      1 /process.php(560): Instagram\Api->getProfile('instagram')

      2 {main}

      thrown in /vendor/pgrimaud/instagram-user-feed/src/Instagram/Transport/HtmlProfileDataFeed.php on line 53 `

Sorry for asking these stupid questions but I'm really stuck.

clubmagic87 commented 4 years ago

@pgrimaud can u help me?

clubmagic87 commented 4 years ago

Solved itself.

yan233dy commented 3 years ago

Hi, how did you get a video link? Can you post some example? Thanks