Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

Im trying to get access token of facebook Page with Python SDK.

facebook_graph = facebook.GraphAPI(oath_token)
facebook_graph.get_object(page_id, fields="access_token")

Show only id of this page. But in php

$page_info = $facebook->api("/$page_id?fields=access_token");

Its show id and access_token

What im doing wrong? Thanks

share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.