In simple-fb:4.1.1. gives Response for getAlbums as :
{
"data": [
{
"id": "138649196481054",
"created_time": "2015-09-10T06:32:53+0000",
"name": "Untitled Album"
}
],
"paging": {
"cursors": {
"after": "MTMxOTQ1MDYzODE4MTM0",
"before": "MTM4NjQ5MTk2NDgxMDU0"
}
}
}
And In simpleFacebook:2.2. Responding for getAlbums as :
{
"data": [
{
"id": "138649196481054",
"cover_photo": "138649243147716",
"count": 21,
"name": "Untitled Album",
"link": "https://www.facebook.com/album.php?fbid=138649196481054&id=131947700484537&aid=1073741832",
"privacy": "custom",
"can_upload": true,
"from": {
"id": "131947700484537",
"name": "Zoomin QA"
},
"type": "normal",
"created_time": 1441866773,
"updated_time": 1441867476
}
],
"paging": {
"cursors": {
"after": "MTMxOTQ1MDYzODE4MTM0",
"before": "MTM4NjQ5MTk2NDgxMDU0"
}
}
}
Any Solution to get Data as Above??????