I'm trying to get data from the actual calls to FBs from RestFB in order to manage rate limitations, and I'm using DebugHeaderInfo. The problem is that it never contains any data.
I'm reading in the following logging.properties file before getting any facebook client:
handlers = java.util.logging.ConsoleHandler,java.util.logging.FileHandlerAnd in during the main code I call:
DebugHeaderInfo headerInfos = this.facebookWebReq.getDebugHeaderInfo();Either headerInfos is null, or the calls getAppUsage() and getPageUsage() are always null.
Can anyone point out what I am doing wrong?
Thanks!
Reinaldo