You are viewing a section of Superface that will be deprecated in Q4 2023. Until then, you can continue to use it as you have before but we recommend that you migrate to our latest version soon. For more details visit superface.ai/docs/migrate.

Social Media Publishing Profiles

social-media/publishing-profiles@1.0.1
5 providers

Get Profiles for Publishing

Retrieve social media profiles (pages, accounts) the authenticated user is authorized to publish to.

Result
profiles

1.Choose a provider

2.Use GetProfilesForPublishing with mock in your code

Below instructions are for our Node.js SDK. Use OneService for other languages.
npm i @superfaceai/one-sdk

Structure details

Result (object)

profiles
id
Profile ID
name
Profile name (non-unique)
username
Only where applicable
imageUrl
Profile image (avatar) URL

Example

Implementation details

Provider
mock
Use case
GetProfilesForPublishing
Author
@superface
Source
Verified