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 store is a data repository of a set of integrated objects. These objects are modeled using classes defined in database schemas. Data store includes not only data repositories like databases, it is a more general concept that includes also flat files that can store data.

learn more… | top users | synonyms

0
votes
1answer
151 views

facebook-php-sdk doesn't wan't to store data in my database

Hi I have a problem to store my Facebook data (login data) into my personal SQL database. Here You can find my code: I use first an index page, then a login page to store my facebook data login in my ...
0
votes
0answers
97 views

facebook php app store data

I'm creating my first Facebook App, at the moment everything works fine with the FB PHP SDK and I can read all user information. I have found a information about the Facebook Data Store (Admin) to ...
0
votes
1answer
91 views

Are iOS 5 Apps Supported on Facebook App Store?

Please can can anyone help me find out if the Facebook App Store supports iOS 5 Apps? Thanks,
0
votes
1answer
78 views

Store data of people who clicked on a button on Facebook

I would really appreciate some help with the Facebook application I currently work on. I developing a simple Facebook application, and I need to store the data of the people, who click the "I want to ...
1
vote
1answer
227 views

temporarily store remote images to server

copy('https://graph.facebook.com/$fbid/picture?type=large', 'images/$fbid.jpg'); i am using the above code to store the image locally .. the above code works without the variable. As it does not ...
2
votes
0answers
227 views

What data can be legally saved from the Facebook API? [closed]

Im planning on making an application which fetches public posts from the Facebook API and perform some kind of analysis on it. To do this, I need to save the public posts to a database. I read the ...
0
votes
1answer
176 views

Can I store the id list of friends of the user of my application?

Can I store this data ? I want to save only ID of friends of application user.
-1
votes
2answers
487 views

Legal: extract and save name / email address

My client wants to present the user with a page within an application with a form to enter them into a contest. To run the contest, obviously we need to store their entry. We're asking the user for ...
2
votes
1answer
379 views

storing pictures for my website, can i use flickr or photobucket as host

I need to store pictures on my websites posted by users. Facebook has their own internal way/system. Twitter however uses photobucket to host the pictures Could I use filckr or photobucket to host ...
0
votes
1answer
121 views

Integrating Facebook, but where's the best place to store variables like login status?

I have integrated Facebook into my site, but where is the best place to store things like current login status? For example, window.fbAsyncInit = function() { DS.fb.sdk.init(); ...
0
votes
1answer
4k views

PHP How can I store Facebook session for further uses

I am trying to integrate Facebook to one of my projects. At this time I have successfully integrated Twitter so users can update their status while they are on my website. There is a one-time login ...
0
votes
1answer
714 views

Facebook flash game data store method

Hy, i am currently working on a facebook game,the game is good and ready except the storing part!How do you suggest i should store my data!I will use a database, but what is the best way to get data ...