Norbert Bartels

Results 44 comments of Norbert Bartels

Okay, I see the problem and it makes sense to get the information (request/response) in a dedicated logger. I'm not sure about the RestFB version we should add this. The...

I postpone the issue to some 2.x milestone, because the solution seems to be good enough atm ;)

Some news regarding this issue. With RestFB 2.0.0, we support the slf4j logging facade and you can use log4j2. With log4j2 there are contexts and these can be filled with...

Can you please share the links to this information, then we can look into this issue much faster? Thanks!

An important part of the resumable Upload API is the the access token in the http header. Normally it is send as query parameter but in this API you have...

Can you elaborate on what kind of requests this happens?

Not at the moment. It looks like a long polling http request and the server events use a different host. So we have to look into it more deeply to...

Looks like a duplicate to me. The deprecated method is not the problem here...

Your access token need some permissions, as the error message says. - `publish_to_groups` if you like to send your message to a group. - Or `manage_pages` _and_ `publish_pages` if you...

Yes, we should renew the examples ... sadly Facebook is trimming the access to their API from version to version. So a current example can show only some poor requests.