daviddesberg / PHPoAuthLib

PHP 5.3+ oAuth 1/2 Client Library
Other
1.08k stars 454 forks source link

Proper API Version handling for FB's URLs #448

Closed flavioheleno closed 8 years ago

flavioheleno commented 9 years ago

Facebook prepends versions with a 'v' on all URLs. Closes #389, #346 and #287.

flavioheleno commented 9 years ago

@Lusitanian, @elliotchance would you please take a look at this?

Testing is quite simple: change FB's API version on example code and it should fail before patching and work after applying it.

flavioheleno commented 8 years ago

Guys..? @Lusitanian @elliotchance

elliotchance commented 8 years ago

Hey @flavioheleno, sorry about the delay...

https://github.com/Lusitanian/PHPoAuthLib/releases/tag/v0.8.4

flavioheleno commented 8 years ago

Thanks @elliotchance, you rock! :)