Hello.
Im using Mini FB to make some posts to my users facebook walls, in a
Cron Job.
this has been working fine for some months, and still is working, but
ive upgraded my Ruby on Rails application and now when the Cron Job
runs and makes the Mini FB Facebook Calls, my cron job report now
contains what looks like the response string for each API call.
resp={"id":"1003000df125765854","name":"f
f","first_name":"r","last_name":"r","link":"http:\/\/
www.facebook.com\/
rol.vsser","username":"fel.vavisser","brthday":"0\/\/1987","hometown":
{"id":"
Etc.
I assumed this was to do with the Logging and turned it off in the
Method thats doing the API calls.. but its still happening.
Anyone have any ideas whats causing this?
Thanks.