Reputation: 64844
i found this code for pyFacebook ..
client = facebook.Facebook(api_key, secret_key)
client.auth.createToken()
client.login()
client.auth.getSession()
client.request_extended_permission("publish_stream", popup=False)
but i want the simliar code for facebook-python-SDK that request the extended permission without poping up the winoow ??
Upvotes: 2
Views: 365
Reputation: 1009
Upvotes: 3