-
Notifications
You must be signed in to change notification settings - Fork 74
Platform API version now explicit and defaults to v2.0, as mentioned in #33 #36
base: master
Are you sure you want to change the base?
Conversation
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 [email protected]. Thanks! |
Thank you for signing our Contributor License Agreement. We can now accept your code for this (and any) Facebook open source project. Thanks! |
Ok, so as I commented on #33 - v1.0 being deprecated doesn't break the fbconsole. Unversioned requests are just being defaulted to v2.0 I think top priority right now will be #37 or related Python 2/3 Unix/Windows bugs that we have that might be fixed with this. I definitely want to bring better support of versioning to fbconsole, so here's the idea:
3.1 Fix get('me') failing - just ensure that path starts with slash or use URI lib / better logic there. What do you think? If this is fine with you and you want to update your pull request - I'm happy to merge it as soon as possible. |
Hi Stepan! Thanks for the feedback, that sounds like a better long-term solution, with less impact on the end users who already did the switch in their request URIs (specifying version on their own). I'd be glad to adapt the solution this way; just need a few more days to sort out some other projects. Expect an update during the upcoming week or so! And thanks for the API work, keep it up. 👍 -- kchr |
We're going to use Phabricator-style tags for Pull Request status:
Please change GH Review: needs revision to GH Review: needs review after updating the Pull Requests. Hope this will not bother people too much. |
Thank you for reporting this issue and appreciate your patience. We've notified the core team for an update on this issue. We're looking for a response within the next 30 days or the issue may be closed. |
Added explicit reference to platform API version, as introduced by Facebook in version 2.0 (Issue #33)