videosphere
    Preparing search index...
    • Builds fetch options for authenticated Graph API requests. Uses a Bearer token (not query params) and disables Next.js fetch caching.

      Parameters

      • accessToken: string

        OAuth access token for the request.

      • init: RequestInit = {}

        Optional fetch init (method, etc.).

      Returns RequestInit

      RequestInit with Authorization header and cache: 'no-store'.