使用 facebook-graph-api 上传没有相册 ID 的照片
当我使用 facebook Graph API 上传照片时,似乎我必须指定要上传到哪个相册。使用旧的图形 API 时,如果我没有指定相册,则会代表用户创建为我的应用程序指定的相册,并将照片上传到那里。 (即“超级应用程序照片”)。
我可以使用 Graph API 获得相同的行为(在不指定 album_id 的情况下为我的应用程序创建新相册)吗?或者,我可以在通过 graph-api 的 oauth2.0 流程进行身份验证后使用 rest-apit 上传照片吗?
When I use the facebook Graph API to upload a photo it seems as if I have to specify which photo album to upload to. When using the old graph api, if I didn't specify an album, an album specify to my application would be created on the user's behalf and the photo would upload to there. (ie. 'Super App Photos').
Can I get this same behavior (a new album for my app being created without specifying an album_id) with the Graph API? Or, alternatively can I use the rest-apit to upload a photo after authenticating through the graph-api's oauth2.0 flow?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
Graph API 具有相同的行为。他们创建了以应用程序命名的专辑。
Graph API has the same behavior. They create the album named after the app.