문제

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?

도움이 되었습니까?

해결책

Graph API has the same behavior. They create the album named after the app.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top