Adding callback URIs to a Facebook app
The procedure in the section Connecting Brightspot to a Facebook app generated a service ID that you pasted into a text editor. With that service ID you add two callback URIs to your Facebook app that allow your Brightspot instance to log in to Facebook and to post to profiles and pages. The callback URIs have the following formats:
https://my-domain.com/_social/services/facebook/connect?serviceId=<serviceID>&action=USER_AUTH_CALLBACK
https://my-domain.com/_social/services/facebook/connect?serviceId=<serviceID>&action=PAGES_AUTH_CALLBACK
To add a callback URI to a Facebook app:
Return to Facebook's Client OAuth Settings widget for your app.
Client OAuth settingsIn the Valid OAuth Redirect URIs field, enter the two callback URIs for your Brightspot instance: one for
action=USER_AUTH_CALLBACK
and another foraction=PAGES_AUTH_CALLBACK
.- Click Save Changes.
Previous Topic
Connecting Brightspot to a Facebook app
Next Topic
Authorizing posts to Facebook profile and page