I want to query user status made from app_id but it doesn't work.
This return nothing:
SELECT message FROM status WHERE uid = me() IN app_id = xxxx
|
I want to query user status made from app_id but it doesn't work. This return nothing: SELECT message FROM status WHERE uid = me() IN app_id = xxxx |
|||
|
|
|
The FQL documentation says that the column for the ID of the application responsible for posting a particular status is
I tested it myself and got the expected results. |
|||
|
|