我在 python 中使用 facebook API 来提取一些关于用户的信息。我需要让用户生日,但我只能让我的朋友生日。有没有办法得到任何人的生日,或者这是一个隐私设置?
我的代码:
import facebook
token = "CAAErZAZAHDByABADxr766............................."
graph = facebook.GraphAPI(token)
profile = graph.get_object("Any_user")
print profile['birthday']