Skip to content

Commit

Permalink
Revert Facebook v17 api (#4776)
Browse files Browse the repository at this point in the history
  • Loading branch information
gettinToasty authored Nov 1, 2023
1 parent 5484bbe commit 428dc21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/services/platforms/facebook.ts
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ export class FacebookService
this.state.videoId = id;
}

apiBase = 'https://graph.facebook.com/v17.0';
apiBase = 'https://graph.facebook.com';

get authUrl() {
const host = this.hostsService.streamlabs;
Expand Down

0 comments on commit 428dc21

Please sign in to comment.