facebook_client_terminal
facebook_client_terminal copied to clipboard
2.1 requiered?
Hello,
while trying to do:
fql "SELECT status_id FROM status WHERE uid = '#{ID_OF_MY_BOSS}' AND NOT(status_id IN (SELECT object_id FROM like WHERE user_id = me() AND object_type = 'status'))" | grep status_id: | awk '{ print $5}' | xargs -I 'status' node js/cmd.js like 'status'
I get as response:
error: message: (#12) fql is deprecated for versions v2.1 and higher type: OAuthException code: 12
Does it need to be updated?
Just found this out:
https://developers.facebook.com/docs/apps/upgrading
Could you please update your script to that?