social-media-api
Version:
Social Media API for Instagram, Facebook, LinkedIn, YouTube, X/Twitter, Google Business Profile, Reddit, TikTok, and Telegram. Easily integrate with your platform or app to schedule posts, get analytics, or manage comments on behalf of your users.
37 lines (22 loc) • 1.04 kB
Markdown
# Changelog
## [1.2.6] 2024-12-16
- Updated to Profile Key for Business Plan.
## [1.2.5] 2024-11-27
- More updates to new API [docs](https://www.ayrshare.com/docs/apis/)
## [1.2.4] 2024-11-21
- Update to new API [docs](https://www.ayrshare.com/docs/apis/)
## [1.2.3] 2024-05-03
- Added new endpoints with examples including resize, verify, webhooks, and more. Please see ReadMe for details.
- Added new test cases.
- Switch endpoint calls from app.ayrshare.com to api.ayrshare.com.
- Moved code to support ES Module, but also still CommonJS.
- Updated packages.
### Breaking Changes
- Renamed the package from `social-post-api` to `social-media-api`. Be sure to update your package require/import.
- Class export changed from `SocialPost` to `SocialMediaAPI`.
Why the change? Because as Ayrshare has matured we've gone well beyond just posting.
## [1.1.1] 2022-11-17
- Added new functions: `updateProfile`, `unlinkSocial`, `getBrandByUser`.
- Added `history` get all posts.
- Updated code examples and docs.
No breaking changes.