facebook-sdk icon indicating copy to clipboard operation
facebook-sdk copied to clipboard

softened version check and set default version to 13.0

Open th3hamm0r opened this issue 3 years ago • 3 comments

This change removes the check against VALID_API_VERSIONS, which always required changes to the library (eg #496, #502), when a new Graph API version has been released. Instead only the pattern check is executed.

I've also changed the default API version to the latest Graph API version v13.0.

th3hamm0r avatar Feb 11 '22 22:02 th3hamm0r

Could this be merged and published on pip?

mssalnikov avatar Jul 10 '22 00:07 mssalnikov

Can this be released? or should everyone just fork this package when we want to work with GraphAPI after February?

DBlek avatar Mar 30 '23 08:03 DBlek

@martey could you please review and possibly merge this pr and publish it? Without enabling versions up to v17 this library becomes very very limited for future use.

b1sar avatar Jun 04 '23 22:06 b1sar