【发布时间】:2011-07-17 09:02:54
【问题描述】:
我正在使用这个创建访问令牌:
https://graph.facebook.com/oauth/authorize? client_id=127605460617602& scope=read_stream,user_photos,user_videos,publish_stream& redirect_uri=http://www.example.com/
然后,它给了我一个在有限时间内有效的访问令牌。
在那之后,我像这样使用 offline_access prms:
https://graph.facebook.com/oauth/authorize? client_id=127605460617602& 范围=offline_access、read_stream、user_photos、user_videos、publish_stream& redirect_uri=http://www.example.com/
然后,它给了我永久访问令牌。
有没有办法根据我的过期时间创建访问令牌。
谁能帮帮我。
【问题讨论】:
标签: facebook facebook-graph-api