FBConnect stream.publish with iphone unknown response? -


I am using stream.publish to publish some information on a user's wall. All this works well.

I am not using FBStreamDialog because I do not want the user to be able to edit the message .. so I have set up my own UI.

All this works fine and the stream is published on the users' wall, only one issue is that I do not understand the result obtained from the representative method:

  - (zero) request: (FRBCEEST *) was requested: (ID) result {NSLOG (@ "result =% @", result); }  

I need to understand that the result is telling me so that I can handle any errors, currently being printed in the following consoles but I do not know what it means :

Result = 100000874992250_117813161591916

Any help or advice about this problem

Tom

Ok stupid question ... I have found in the documentation that the response is:

" This call returns a post_id string that has the stream item ID for success, if the call fails, it returns returns instead of an error code. "

My question Now it is ... how I handle the reaction, so that I know there is no error.

I can not check all the error codes because they have a lot of them!

Thanks

Tom


Comments