huandu / facebook

A Facebook Graph API SDK For Go.
https://pkg.go.dev/github.com/huandu/facebook
MIT License
1.34k stars 517 forks source link

chore: make session on app configurable #211

Closed Spazzy757 closed 1 year ago

Spazzy757 commented 1 year ago

Changelog

This allows to set a session on the App struct with a SetSession(*Session) function

Fixes: https://github.com/huandu/facebook/issues/210

huandu commented 1 year ago

Thanks for your contribution! I have concerns on the API design. You can read my review comment above.

Spazzy757 commented 1 year ago

I updated it with the recommendation