OAuth Portal Integration
The SDK token is essential for using Tapti’s OAuth Portal, where your users can securely connect their social media accounts:The OAuth Portal provides a secure, branded experience for connecting social media accounts without requiring you to
implement complex OAuth flows.
Security Considerations
- SDK tokens are short-lived and user-specific - Never store tokens in localStorage or expose them in client-side source code - Generate new tokens just before redirecting to the OAuth Portal - Include only necessary platform permissions
Related Resources
Path Parameters
The ID of the user to create a SDK token for
Body
application/json
The SDK token to create
Response
SDK token created successfully
The SDK token
Example:
"8pjBUEbqcA3bkKEBTmZ2WsduYwMH6UU23byRiU2rs........."