Skip to content

Commit

Permalink
Update graph.py
Browse files Browse the repository at this point in the history
  • Loading branch information
nbro10 authored Jan 31, 2024
1 parent 8ec4099 commit d0f9da3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyfacebook/api/graph.py
Original file line number Diff line number Diff line change
Expand Up @@ -697,7 +697,7 @@ def debug_token(self, input_token: str, access_token: Optional[str] = None) -> d
:param input_token: The access token for which you would like to get information.
:param access_token: The app token.
You can get it by calling ``get_app_token``
Alternatively, you can ``GraphAPI`` with the option
Alternatively, you can create ``GraphAPI`` with the option
``application_only_auth=True`` and the app token will
be generated automatically.
:return: The debug information about the ``input_token``.
Expand Down

0 comments on commit d0f9da3

Please sign in to comment.