Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

social-media-api

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

social-media-api - npm Package Compare versions

Comparing version 1.2.2 to 1.2.3

2

CHANGELOG.md
# Changelog
## [1.2.2] 2024-05-03
## [1.2.3] 2024-05-03

@@ -5,0 +5,0 @@ - Added new endpoints with examples including resize, verify, webhooks, and more. Please see ReadMe for details.

{
"name": "social-media-api",
"version": "1.2.2",
"version": "1.2.3",
"description": "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.",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -5,3 +5,3 @@ # Social Media APIs for Posting, Scheduling, and Analytics

The Social Media API is a wrapper SDK for [Ayrshare's APIs](https://www.ayrshare.com).
The Social Media API is a Node.js wrapper SDK for [Ayrshare's APIs](https://www.ayrshare.com).

@@ -24,11 +24,11 @@ Ayrshare is a powerful set of APIs that enable you to send social media posts, get analytics, and add comments to *X/Twitter*, *Instagram*, *Facebook*, *LinkedIn*, *YouTube*, *Google Business Profile*, *Pinterest*, *TikTok*, *Reddit*, and *Telegram* on behalf of your users or clients.

![alt Social Accounts Setup](https://www.ayrshare.com/wp-content/uploads/2021/07/ayrshare-login.jpg)
![alt Social Accounts Setup](https://www.ayrshare.com/wp-content/uploads/Ayrshare-login.png)
**2.** Enable your social media accounts such as Twitter, Facebook, LinkedIn, Reddit, Instagram, Google My Business, Telegram, TikTok, or YouTube in the Ayrshare dashboard.
**2.** Enable your social media accounts such as X/Twitter, Facebook, LinkedIn, Reddit, Instagram, Google Business Profile, Telegram, TikTok, or YouTube in the Ayrshare dashboard.
![alt Social Accounts Setup](https://www.ayrshare.com/wp-content/uploads/social-api-linking.jpg)
![alt Social Accounts Setup](https://www.ayrshare.com/wp-content/uploads/Ayrshare-social-linking.png)
**3.** Copy your API Key from the Ayrshare dashboard. Used for authentication.
![alt API Key](https://www.ayrshare.com/wp-content/uploads/social-api-key.jpg)
![alt API Key](https://www.ayrshare.com/wp-content/uploads/Ayrshare-API-key.png)

@@ -39,6 +39,6 @@ ## Getting Started

Create a new Social Post object with your API Key.
Create a new Social Media API object with your API Key.
``` javascript
const SocialMediaAPI = require("social-media-api");
const SocialMediaAPI = require("social-media-api"); // or import SocialMediaAPI from 'social-media-api';
const social = new SocialMediaAPI('Your API Key');

@@ -49,3 +49,3 @@ ```

This simple example shows how to post an image or video, get history, and delete the post. This example assumes you have a free API key from [Ayrshare](https://www.ayrshare.com) and have enabled Twitter, Facebook Pages, Facebook Groups, Instagram, LinkedIn. Note, YouTube, Google My Business, Telegram, TikTok, and Reddit also available.
This simple example shows how to post an image or video, get history, and delete the post. This example assumes you have a free API key from [Ayrshare](https://www.ayrshare.com) and have enabled X/Twitter, Facebook Pages, Instagram, LinkedIn. Note, YouTube, Google Business Profile, Telegram, TikTok, and Reddit also available.

@@ -52,0 +52,0 @@ ``` javascript

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc