Last active
September 9, 2019 23:01
-
-
Save micheleberardi/e9abcc861576c132cc73e25453cc4772 to your computer and use it in GitHub Desktop.
page_id_token
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
page_id = '102927594431953' | |
page_token = None | |
for item in pages_data['data']: | |
if item['id'] == page_id': | |
page_token = item['access_token'] | |
print(page_token) | |
""" | |
OUTPUT PARAGRAFO[4]: | |
'EAAHR3c1UymABANbZCQgHZCZC5QjgPS3aaBzPxK6raW4PIJIjhYAZC5WxqRZAN9vxOy4UKi7Ykkax2SM9W7GbzDafg84auYQjRad65C364JyLZBXfyd9aRLuftjrYmU7DyPVbZCZA8GIZBOzkcjML33M90pek8gCsKcTZCDVhYn51AaIAZDZD' | |
""" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment