Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

[I2-17] Added backend events API#53

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
Domin0de merged 2 commits intoqafromI2-17/events-api
Jul 9, 2025
Merged

[I2-17] Added backend events API#53

Domin0de merged 2 commits intoqafromI2-17/events-api
Jul 9, 2025

Conversation

@someretical
Copy link

@somereticalsomeretical commentedJun 16, 2025
edited
Loading

New API endpoints:

  • /events gets all events - to be used by the frontend (format listed below)
  • /eventsWebhook endpoint used by the facebook webhook

Events format:

  public id: string;  public title: string;  public startTime: string;  public endTime?: string;  public location: string;  public imageUrl: string;  public link: string;

.env fields required - None of these should be exposed to the user

FB_WEBHOOK_VERIFY_TOKEN=FB_EVENT_PAGE_ID=FB_APP_ID=FB_APP_SECRET=FB_ACCESS_TOKEN=

@someretical
Copy link
Author

i trolled too close to the sun, need to treat edit/create differently for the webhook listener

@Domin0deDomin0de changed the base branch frommaster toqaJuly 7, 2025 23:07
@Domin0deDomin0de merged commit1f2ba56 intoqaJul 9, 2025
2 checks passed
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment

Reviewers

@Domin0deDomin0deDomin0de approved these changes

Assignees

No one assigned

Labels

None yet

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

3 participants

@someretical@Domin0de

[8]ページ先頭

©2009-2025 Movatter.jp