You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Then i get the "No message received" message in the logger/debugger. This message seems to be an exception thrown by poco.
If i do something like: http://graph.facebook.com/me/inbox?access_token=XXX&limit=20 (which limits the items that come back from facebook)
then i get a much higher success rate. i still get the "no message received" from time to time (which makes the whole thing very unreliable with facebook), but all in all it seem to work better when less data is sent.
is this an issue with ofxHttpUtils or Poco? Is this a known problem?
The text was updated successfully, but these errors were encountered:
I'm building an Application using the Facebook Graph API and I'm having some problems with the response processing of ofxHttpUtils:
For example i send a request like this:
http://graph.facebook.com/me/inbox?access_token=XXX
Then i get the "No message received" message in the logger/debugger. This message seems to be an exception thrown by poco.
If i do something like:
http://graph.facebook.com/me/inbox?access_token=XXX&limit=20 (which limits the items that come back from facebook)
then i get a much higher success rate. i still get the "no message received" from time to time (which makes the whole thing very unreliable with facebook), but all in all it seem to work better when less data is sent.
is this an issue with ofxHttpUtils or Poco? Is this a known problem?
The text was updated successfully, but these errors were encountered: