configuration error or not ?
On the website you are talking about potential problem with Facebook API and HyperAlerts.
I would like to know which part is it work or not with the current GitHub version, this information will be helpful to know if I have make a configuration error or if problem is in code.
I have created a Facebook apps in DEV mode, configure it, run unicorn/sidekiq/clockwork, added pages I would like to monitor, all seems to be OK but I don't received any emails alerts.
I can see some Facebook warning for a deprecated API call, I think it's a fatal error but could you give me your opinion ?
-----snip here----- sidekiq.log:2014-10-13T10:00:34Z 10823 TID-v378g WARN: {"retry"=>5, "queue"=>"default", "class"=>"Notification", "args"=>["xx"], "jid"=>"xx", "enqueued_at"=>1413192628.0595553, "error_message"=>"OAuthException :: (#12) fql is deprecated for versions v2.1 and higher", "error_class"=>"Services::Facebook::Page::Inaccessible", "failed_at"=>"2014-10-13T09:30:29Z", "retry_count"=>2, "retried_at"=>2014-10-13 10:00:34 UTC} -----snip here-----
Thx
Hey @frbayart,
we used FQL to query Facebook for posts and replies because it was more efficient than the Graph API. Unfortunately Facebook has deprecated FQL and it no longer works for applications created since Facebook's Platform version 2 was released:
https://developers.facebook.com/docs/reference/fql/
Indeed this was part of the reason we decided to abandon Hyper Alerts.
Disclaimed in https://github.com/hyperoslo/hyper-alerts/commit/23f0a31c7d9688c597b6241a642a7091d955aee4.