Conversation
This will fix KeyError on `entry['comments']['data']` when using a sandboxed app
|
Thank you for your pull request and welcome to our community. We require contributors to sign our Contributor License Agreement, and we don't seem to have you on file. In order for us to review and merge your code, please sign up at https://code.facebook.com/cla - and if you have received this in error or have any questions, please drop us a line at cla@fb.com. Thanks! |
|
Thank you for signing our Contributor License Agreement. We can now accept your code for this (and any) Facebook open source project. Thanks! |
|
when will this be merged |
|
Looking forward to have it merged. |
|
The whole object_from_dictionary method relies too much on the dictionary structure. If one of those keys is not present, it raises exceptions. |
This will fix KeyError on
entry['comments']['data']when using a sandboxed app