Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade Facebook Graph API version #405

Closed
nicocucuzza opened this issue Nov 7, 2019 · 3 comments
Closed

Upgrade Facebook Graph API version #405

nicocucuzza opened this issue Nov 7, 2019 · 3 comments

Comments

@nicocucuzza
Copy link

  • Socialite Version: 4.2
  • Laravel Version: 5.8
  • PHP Version: 7.2

Description:

Facebook Graph API version is hardcoded to v3.0

src/Two/FacebookProvider.php

/**
     * The Graph API version for the request.
     *
     * @var string
     */
    protected $version = 'v3.0';

That Graph version is from May 2018 and will be no longer available in 7 months. Plus, the version parameter is not configurable in the library.

@driesvints
Copy link
Member

Does updating the version break existing apps in any way?

@brandonburkett
Copy link

@driesvints I have updated to 3.3 (via facebook's API version drop down, back in the thread for #364 ) and it worked with socialite pinned at 3.0... but my use case is very simple w/ facebook default / no approval login app.

@driesvints
Copy link
Member

Fixed in #408

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants