You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am completely new to php but thanks to your example I was able to get info about media like caption, date etc, but when it comes to details about comments, it returns no info. Could you please provide an example on how to get comments id, text or user id?
(I'm trying with $value->comments->text and have no idea where my mistake is)
Thank you!
The text was updated successfully, but these errors were encountered:
Hi @pixelbart thank you!
I was using fwrite to write output (comments' text and id) on a text file but I was getting blanks. Using print_r($value) I can see outputs on the shell so at least now I know my code is not totally wrong...
I am completely new to php but thanks to your example I was able to get info about media like caption, date etc, but when it comes to details about comments, it returns no info. Could you please provide an example on how to get comments id, text or user id?
(I'm trying with $value->comments->text and have no idea where my mistake is)
Thank you!
The text was updated successfully, but these errors were encountered: