I'm trying to create my own actions/objects. When checking with the debugger everything is fine, but when testing with my dev account I get this in my callback:
{"data":[]}
Is it good or not because I see anything in my timeline, news feed or ticker.
When testing with a test user I get this error:
{
"error": {
"message": "Call to a member function on a non-object",
"type":"BadMethodCallException"
}
}
What's wrong?