Update API PHP SDK
By using the Update API you can update and remove content from your users' social network accounts. Our JSON/REST API unifies the endpoints of the different social networks and offers a standardized interface to simplify the task.
| Resource/URI | PUT | DELETE | 
|---|---|---|
| Facebook · Page Post /update/identities/<identity_token>/facebook/page/<pageid>/post/<postid>.json | Update Page Post | Delete Page Post | 
| Facebook · Page Picture /update/identities/<identity_token>/facebook/page/<pageid>/picture/<pictureid>.json | - | Delete Page Picture | 
| Facebook · Page Video /update/identities/<identity_token>/facebook/page/<pageid>/video/<videoid>.json | - | Delete Page Video | 
| Pinterest · Pin /update/identities/<identity_token>/pinterest/pin/<pinid>.json | Delete Pin | |
| Twitter · Tweet /update/identities/<identity_token>/twitter/post/<postid>.json | - | Delete Tweet | 
| YouTube · Channel Section /update/identities/<identity_token>/youtube/channel/section/<channel_sectionid>.json | Update Channel Section | Delete Channel Section | 
| YouTube · Playlist /update/identities/<identity_token>/youtube/playlist/<playlistid>.json | Update Playlist | Delete Playlist | 
| YouTube · Playlist Video /update/identities/<identity_token>/youtube/playlist/<playlistid>/video/<videoid>.json | - | Delete Playlist Video | 
The endpoints of the Update API require an identity_token to identify the user to publish the content for. This token is obtained whenever one of your users connects using our Social Login service.