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
- User clicks "Authenticate with eBay" button
- Request goes to
auth.php which constructs the OAuth URL and redirects to eBay's login page - User logs into eBay and authorizes the application
- eBay redirects back to
auth.php with an authorization code auth.php exchanges the authorization code for access and refresh tokens- Tokens are saved in the database and user is redirected to
get_orders.php get_orders.php loads the user token from the database to make API calls
Current Configuration