Private Computation: Setup Guide

Step 2: Generate 60-Day Access Token (10 Minutes)

You will need this token to perform various tasks during Private Computation deployment and while using Private Lift and Private Attribution products.

Go to developers.facebook.com/apps and select the app that you want to use.


  • Navigate to Settings -> Basic. Click on Show near app secret and copy both App ID and App Secret.


oauth/access_token?grant_type=fb_exchange_token&client_id=<AppId>&client_secret=<App Secret>&fb_exchange_token=<Access Token>
  • Replace AppId and AppSecret with the values copied in the previous step. Also replace the Access Token with the Access Token on the screen in the right corner (see below).

  • Click the User or Page dropdown and select User Token.
  • Click Add a Permission
    • → Events Groups Pages → Select ads_management, ads_read and business_management.

  • → Other → Select private_computation_access.

  • Click Submit and copy the access_token received in the response. Please carefully store this token.