Social Annotations in the Atmosphere
15
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix(oauth): use directory-based routing for extension OAuth callbacks

Go's http.FileServer doesn't automatically map /path to /path.html.
Move callback.html files to callback/index.html directory structure
so /oauth/callback and /oauth/ff/callback routes work correctly.

landing/oauth/callback.html landing/oauth/callback/index.html
landing/oauth/ff/callback.html landing/oauth/ff/callback/index.html