I've been trying to query the retrieval of an activity feed with these lines:
[query addRequiredContains:@"verb" value:@"picture"];
[query addRequirement:@"select * where verb='picture'"];
For some reason, I keep getting an error saying that the query can't be parsed.