Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

A memory-management technique where a computer stores and retrieves data from secondary storage for use in main memory.

learn more… | top users | synonyms

0
votes
0answers
25 views

Removing pagination from facebook graph api calls

How does one remove the pagination control in the following code: $bpath = realpath ( dirname ( __FILE__ ) ); require_once $bpath.'/socialmedia/vendors/facebook-php-sdk-master/src/facebook.php'; ...
0
votes
0answers
50 views

view photos from facebook without paging

I have a problem. I have the need to view all photos on one page can you help me? thanks public function FacePageAlbum($id, $albumId, $appId, $appSecret) { if($id) { ...
-1
votes
1answer
256 views

FQL for getting facebook user ids does not return “paging” key in response

Hi i want to get list of my fabebook friend ids with paging of 100 users. The problem is that if i set hte FQL to NSString *fqlString = @"SELECT uid FROM user WHERE uid IN (SELECT uid2 FROM ...
0
votes
1answer
70 views

Graph API: Access Token in paging, am I doing it wrong?

I'm using the Facebook Graph API to grab some information from my facebook page to display on a website. I keep the access token in my php files and make a call to the graph API using curl in order to ...
0
votes
1answer
424 views

How to use paging in the Facebook Graph API?

When using the Facebook Graph API to return more than 500 elements (like a friend list) paging is required. What's a good way to do this?
1
vote
1answer
289 views

Graph api paging is wrong… Why?

I'm building a facebook albums/photos browser. The facebook api provides a cool paging system that is supposed to avoid us to build it. However it doesn't seem to work properly... Have a look at this ...
1
vote
1answer
339 views

Do anyone have implemented unlimited paging CViewGrid?

I want to implement unlimited records paging, like Twitter and Facebooks feeds, when someone reach on last record their we should show a button LOAD MORE or MORE .. by that we fetch more records time ...
2
votes
1answer
2k views

Facebook graph API loop through paging

So I was working with this script to loop through the events from a given page. Suddenly I find it doesn't work anymore :( I have a feeling it could be a bug, because if you pick any page, view ...
2
votes
0answers
136 views

Use Pagination (until, since) in Reading Open Graph Objects

Is using until or since available when reading Open Graph actions? http://graph.facebook.com/me/appname:action/object?since=yesterday References: ...
14
votes
4answers
699 views

Paging does not work and maybe I found the cause

I am trying to implement the stream (news feed) paging function to my app, but it does not work as expected. I found many similar question here but there are no solution to solve this problem. I ...
0
votes
1answer
1k views

Use facebook pagination to show the photos of a user

Hi i am trying to show the photos of a user in my application but i don't want them all too appear in the same page as they might be a lot and it causes delay. I haven't find any good examples to help ...
0
votes
1answer
292 views

How to get all event_member by paging?

I want get all members of event, but i dont result all members. I have problem with paging. For example: This public event has about 12 000 invited users: ...
2
votes
2answers
592 views

Google Like Paging in asp.net c#

I have been trying since yesterday to get google like paging, but each time i ran into some sort of problem. Finally i got hands on article which is the close match what i want to do but the code is ...
2
votes
2answers
1k views

Graph API - get JSON data without “paging” key

I'm getting facebook data using graph api, adding fields in string and get JSON result. Example: https://graph.facebook.com/me?fields=music But JSON returned contains a "paging" key and I do not I ...
0
votes
1answer
220 views

paging via graph api?

i have been working on a new app to display feeds posted from a certain app, which is working fine, however, it only shows 25 results and after that it shows a paging array like so: [paging] => ...