Skip to content
This repository was archived by the owner on Aug 3, 2019. It is now read-only.
This repository was archived by the owner on Aug 3, 2019. It is now read-only.

Album Responding Only 3 values in simple-fb:4.1.1. #434

@AnupNimap

Description

@AnupNimap

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??????

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions