facebookarchive / php-graph-sdk

The Facebook SDK for PHP provides a native interface to the Graph API and Facebook Login. https://developers.facebook.com/docs/php
Other
3.17k stars 1.96k forks source link

Still using v2.10? #1072

Open elegos opened 5 years ago

elegos commented 5 years ago

Hello!

I've noticed that the latest source code still points to version 2.10. Even if this will be available until 7th November, 2019, I think that it should be kept up to date (otherwise why would you ever upgrade your API versions?).

Is this library in the process of being updated, or currently there is no ETA?

Thanks

OAFCROB commented 5 years ago

Hi, I'm also wondering if the there is a new default version pending? Does the SDK still work if we bump up the version past the default?

Oldest Supported Version v2.9 - April 18, 2019 v2.10 - July 22, 2019 v2.11 - November 5, 2019 v2.12 - January 28, 2020 v3.0 - May 5, 2020 v3.1 - July 28, 2020 v3.2 - October 27, 2020

v2.10 is only supported until 22nd July 2019, so this is an urgent matter.

tommy-muehle commented 5 years ago

But you can specify an other or newer version still here

OAFCROB commented 5 years ago

@tommy-muehle you can specify a newer version but I wanted to check that the SDK handled the newer versions or would it break if we increased the version number?

chenxinlong commented 5 years ago

@tommy-muehle If I specifies the $graphVersion as 3.3 while initialize the FacebookRequest class but the default version (2.10), does php-graph-sdk 5.7 works fine(compatiable) with all 3.3 graph APIs ?

abhisheksoni27 commented 5 years ago

Any news about this?