facebook_client_terminal icon indicating copy to clipboard operation
facebook_client_terminal copied to clipboard

2.1 requiered?

Open h1rule opened this issue 10 years ago • 1 comments

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?

h1rule avatar Sep 02 '14 08:09 h1rule

Just found this out:

https://developers.facebook.com/docs/apps/upgrading

Could you please update your script to that?

h1rule avatar Sep 02 '14 08:09 h1rule