@extends('layouts.app') @section('title', 'Connect Social Media Account') @section('content')
Connect Social Media Account
@if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@csrf
Your username on the selected platform.
The API token or access token for authentication.
Some platforms require a token secret in addition to the main token.
Used to refresh the access token when it expires.
When the access token will expire.
How to get API tokens?

To obtain API tokens for your social media accounts, you need to create a developer account on each platform and register an application. Visit the developer portals for Facebook, Twitter, Instagram, or LinkedIn to get started.

Cancel
@endsection @section('styles') @endsection