Blogger vs Webex
If you need a Social API that's easy to integrate, go with Webex.
Blogger
- HTTPS supported
- Requires OAuth setup
Webex
- HTTPS supported
- CORS enabled for frontend use
- Requires OAuth setup
| Feature | Blogger | Webex |
|---|---|---|
| Authentication | OAuth | OAuth |
| HTTPS | Yes | Yes |
| CORS | Unknown | Yes |
When to use which?
Webex works directly from the browser with CORS enabled, making it better for frontend-only apps.