How to creat album using facebook graph api?
I've this generated URL
https://graph.facebook.com/me/albums?access_token=123005381082600|2.AtN22PtKsPB6tN_naD7ZWA__.3600.129开发者_如何学C8494800-602414132|4I62wGohikRAtIPYTU4jy7__I9A&type=post&name=refacingme
is this URL correct for creating an album using FB graph API , and what is the expected response for this request ?
This URL is for getting all the albums belonging to you. If you want to create an album with FB api, you have to write some code: 1. step: login and get your token 2. step: create the album
Basically it's pretty simple. Please check out at the related docs here, and a sample PHP code here.
精彩评论