Quantcast
Channel: php display instragram user feed - Stack Overflow
Browsing all 3 articles
Browse latest View live

Answer by Anfisa Breus for php display instragram user feed

Try to change this: <?php foreach ($result->data as $post): ?>to this:<?php foreach ((array) $result->data as $post): ?>This solution worked for me.:) and warning disappeared.

View Article



Answer by beingalex for php display instragram user feed

Double check your connection credentials to the API. Notice: Trying to get property of non-object in PhpstormProjects\untitled\index on line 41 means that there is no array to iterate which means no...

View Article

php display instragram user feed

I am trying this tutorial with no luck. I tried outputting the count of the json object and it was a count of 1 when it should be 3. object->pagination, object-meta, object->dataI put in a fake...

View Article
Browsing all 3 articles
Browse latest View live


Latest Images