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

Meta Graph API v12.0? #1477

Open
xme opened this issue Jan 13, 2024 · 1 comment
Open

Meta Graph API v12.0? #1477

xme opened this issue Jan 13, 2024 · 1 comment
Labels

Comments

@xme
Copy link

xme commented Jan 13, 2024

I received the following notification from Meta/Facebook:

v12.0 Upgrade Reminder

Your App, Selfoss, is currently accessing Graph API v12.0 which will reach the end of its 2-year lifetime on 08 February, 2024. We estimate 1 endpoint that Selfoss calls will be impacted by this change and may stop working after the automatic upgrade push. To ensure a smooth transition, please migrate all calls to Graph API v13.0 or higher. Use the API Upgrade Tool to understand exactly how this change will impact your app. | Your App, Selfoss, is currently accessing Graph API v12.0 which will reach the end of its 2-year lifetime on 08 February, 2024. We estimate 1 endpoint that Selfoss calls will be impacted by this change and may stop working after the automatic upgrade push. To ensure a smooth transition, please migrate all calls to Graph API v13.0 or higher. Use the API Upgrade Tool to understand exactly how this change will impact your app.

I'm indeed fetching some Facebook feeds in my Selfoss instance. Any advice? Just upgrade to the latest release?

@xme xme changed the title Meta Grapth API v12.0? Meta Graph API v12.0? Jan 13, 2024
@jtojnar jtojnar added the spouts label Apr 2, 2024
@jtojnar
Copy link
Member

jtojnar commented Apr 2, 2024

Thanks for reporting and sorry for the late reply. Unfortunately, I have been unable to get API key from Facebook for a few years now so I am unable to test any changes.

Are you able to check the API upgrade tool for details? I do not see anything newly introduced that we would use in the 12.0 changelog. The 13.0 changes do not look relevant either.

You can see the API we use here:

$url = new Uri('https://graph.facebook.com/' . urlencode($params['user']));
$url = $url->withQueryValues($url, [
'access_token' => $params['app_id'] . '|' . $params['app_secret'],
'fields' => 'name,picture{url},link,feed{id,message,created_time,attachments,permalink_url}',
]);

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

No branches or pull requests

2 participants