Facebook Graph API - get a photos album ID

后端 未结 9 2238
小蘑菇
小蘑菇 2020-12-31 09:32

I\'m writing an application that uploads a photo to facebook. I\'m not supplying an album ID so an album is created on behalf of my app.

My question is: how do I get

9条回答
  •  旧时难觅i
    2020-12-31 09:53

    I ended up just using the legacy REST api since the album ID is passed with the link to the image in the server response. I then used a regex to pull the id out.

    Not the best solution and I wouldn't recommend it but I feel its better than adding another several server requests to the code.

提交回复
热议问题