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-08-05 01:39:36: Found conn.php at: ../../conn.php
2025-08-05 02:39:36: Database connection found

All Tokens in Database

IDTypeToken PreviewRefresh TokenExpires AtValidCreatedUpdated
8client_credentialsv^1.1#i^1#p^1#I^3#f^...N/A2025-08-05 04:36:39Yes2025-08-02 07:36:142025-08-05 01:36:39

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