You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.
Hi.
We are upgrading from symfony 2.0 to symfony 2.1. When using composer to update FOSFacebook we are getting the facebook sdk (base_facebook) version 3.2.0 when with deps under symfony2.0 the version was 3.2.2.
With this version of facebook sdk we are having issues with the access token, this code is added in version 3.2.2 in getUserAccessToken function:
if ($code && $code == $this->getPersistentData('code')) {
// short-circuit if the code we have is the same as the one presented
return $this->getPersistentData('access_token');
}
Are we missing something or the composer file of FOSFacebook should require the last version of the php facebook sdk?
The text was updated successfully, but these errors were encountered:
I am not. In fact I tried to, but don't want to repeat requierements. Why aren't it getting the last version of the sdk?
I am going to studied it deeper. If I found any solution I will share it.
Thank you.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi.
We are upgrading from symfony 2.0 to symfony 2.1. When using composer to update FOSFacebook we are getting the facebook sdk (base_facebook) version 3.2.0 when with deps under symfony2.0 the version was 3.2.2.
With this version of facebook sdk we are having issues with the access token, this code is added in version 3.2.2 in getUserAccessToken function:
Are we missing something or the composer file of FOSFacebook should require the last version of the php facebook sdk?
The text was updated successfully, but these errors were encountered: