eBay Authentication Debug Tool

Step 1: Test Authentication Button

Click the button below to start the authentication process:

Authenticate with eBay

Step 2: Check Token Status

2025-11-10 22:15:06: Found conn.php at: ../../conn.php
2025-11-10 22:15:06: Database connection found

All Tokens in Database

2025-11-10 22:15:06: No tokens found in the database

Token Management

Clear All Tokens Get New Tokens

eBay Authentication Flow

  1. User clicks "Authenticate with eBay" button
  2. Request goes to auth.php which constructs the OAuth URL and redirects to eBay's login page
  3. User logs into eBay and authorizes the application
  4. eBay redirects back to auth.php with an authorization code
  5. auth.php exchanges the authorization code for access and refresh tokens
  6. Tokens are saved in the database and user is redirected to get_orders.php
  7. get_orders.php loads the user token from the database to make API calls

Current Configuration