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

Graph API v9.0 Deprecation? #60

Closed
haleyngonadi opened this issue Jan 30, 2023 · 1 comment
Closed

Graph API v9.0 Deprecation? #60

haleyngonadi opened this issue Jan 30, 2023 · 1 comment

Comments

@haleyngonadi
Copy link

Hi, thank you for this awesome package. I just logged into my Facebook developer dashboard and there's a notice: Reminder: Graph API v9.0 will be deprecated on Feb 23, 2023. Please use the API Upgrade Tool to understand how this might impact your app. For more details see the changelog

 $this->guzzle->post("https://graph.facebook.com/v9.0/{$pageId}/feed?access_token={$accessToken}", [
            'form_params' => $post->getBody(),
        ]);

Any chance we can get this upped before then? TIA!

@dwightwatson
Copy link
Collaborator

master now points to v18. Not sure whether it's worth making this configurable or not.

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

No branches or pull requests

2 participants