Quantcast
Channel: How to get feed of a page without 'story'/'story_tags'? - Stack Overflow
Browsing all 2 articles
Browse latest View live

Answer by Himanshu Tyagi for How to get feed of a page without...

This is how i handle this situation in JS : var txt = response.data[i].message; if(txt==null){ txt = response.data[i].story; } alert(txt); In your case, you can "continue" the loop if 'message' is null.

View Article



How to get feed of a page without 'story'/'story_tags'?

I am trying to get feed from a page using Graph API, but that feed also contains 'story' like "Page liked a photo" along with status and that story don't have any message. Because of that empty...

View Article
Browsing all 2 articles
Browse latest View live




Latest Images