Skip to content
This repository has been 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

Open
AnupNimap opened this issue Jul 27, 2016 · 0 comments
Open

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

AnupNimap opened this issue Jul 27, 2016 · 0 comments

Comments

@AnupNimap
Copy link

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant