gpt4 book ai didi

python - pyfacebook 中是否存在图形 Api 模块

转载 作者:行者123 更新时间:2023-11-28 18:51:24 24 4
gpt4 key购买 nike

我已经安装了 pyfacebook 和 python sdk 即使我得到如下错误

使用此代码时

import facebook
token = 'my token'
graph = facebook.GraphAPI(token)
profile = graph.get_object("me")
friends = graph.get_connections("me", "friends")
friend_list = [friend['name'] for friend in friends['data']]
print friend_list

我遇到的错误是

graph = facebook.GraphAPI(token)
AttributeError: 'module' object has no attribute 'GraphAPI'

最佳答案

我在使用 easy_install facebook 安装 facebook 模块时遇到了这个问题。当我改为运行以下命令时它起作用了:

git clone https://github.com/pythonforfacebook/facebook-sdk.gitpip install facebook-sdk

关于python - pyfacebook 中是否存在图形 Api 模块,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/12449335/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com