| Steps to Reproduce: | $fql = "SELECT message, privacy FROM stream WHERE filter_key in (SELECT filter_key FROM stream_filter WHERE uid=me() AND type='newsfeed') AND is_hidden = 0 AND permalink > 0"; Post by me: array(2) { ["message"]=> string(10) "testing..." ["privacy"]=> array(6) { ["description"]=> string(6) "Public" ["value"]=> string(8) "EVERYONE" ["friends"]=> string(0) "" ["networks"]=> string(0) "" ["allow"]=> string(1) "0" ["deny"]=> string(1) "0" } } Post by other: array(2) { ["message"]=> string(8) "#BOMDiA!" ["privacy"]=> array(1) { ["value"]=> string(0) "" } } |
|---|---|
| Expected Behavior: | I need to know if a stream is public or not. |
| Actual Behavior: | Info empty. |
| API/SDK: | FQL |