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 database is an organized collection of data.

learn more… | top users | synonyms (3)

-1
votes
1answer
41 views

facebook connect user info to mysql database [closed]

I am a beginner and don't know almost anything about PHP or MySql. But I still want to make a Facebook Registration Form through which the data would go to a mysql table and then the table can be ...
0
votes
1answer
40 views

What is the best way to store a user's Facebook friends list in my database?

Overview I'm creating a Ruby on Rails website which uses Facebook to login. For each user I have a database entry which stores their Facebook User ID along with other basic information. I'm also ...
0
votes
0answers
32 views

Want to know about facebook like and how to confirm it

Recently I was building codes but got a problem. Description: Users on my site have saved their Facebook name in my database. This database is of users who exchange likes with each other on this ...
4
votes
1answer
81 views

Action Script 3. How to get data from swf (as) to php and write to database

I'm creating Flash "memory" game, Idea to discover 2 equal cards. Here is timer which count time in how many seconds all cards are discovered. After complete game timer stops. How can I get this time ...
0
votes
1answer
26 views

ways to access a variable from any domain?

I'm looking for a solution to an issue with storing data. let me explain. I've written a browser plugin which positions elements on specific pages. when the element is clicked it opens an iFrame ...
-1
votes
0answers
17 views

DB creation by javascript

hi i am trying to create DB by the following code var a = { fbid: fb.fbUid, name: fb.nameOfUser, token: fb.generatedToken, usedapp: fb.ipubAccTok.split("|")[0], ...
0
votes
1answer
65 views

Which database storage-engine is best for implementing social network website? [closed]

when i create database for social network site i see there are major two database storage engine MyISAM and InnoDB. now i'm confuse which is better i see on wordpress blog it use MyISAM. but for my ...
1
vote
2answers
98 views

What is the best database type to store facebook UID?

Users of my application can authenticate via Facebook, so I store facebook uids in my database and when user logs in I need to query my database like this: SELECT * FROM users WHERE uid = _SOME_UID_; ...
3
votes
0answers
131 views

Store facebook like, comment( who commented ) and share count from user on custom database [closed]

So, I'm studying to make a gamification system where I increase users points for their actions on the website. With graph api, I can get the information from a URL, but what I want is to track the ...
-2
votes
1answer
56 views

Facebook Like button triggers event accessing database [closed]

When a user is successful to like a page, then I would like to execute a php function which run a MySQL query. Is it possible to do that? I could refer to few posts which explain how we can call ...
0
votes
1answer
46 views

API usage, store it locally or make a request every time?

I was wondering if somebody could give me some advice. At the moment we are building a application that uses a lot of API's, such as Flickr, Facebook, Salesforge, Picasa, Twitter, LinkedIn etc. Now I ...
0
votes
1answer
54 views

Database scheme for user logging with different accounts

currently I need to provide web site logging for different social accounts (facebook, google, twitter and so on). I know that stackoverflow has same system and I wonder if there is stackoverflow ...
0
votes
0answers
127 views

Facebook Like Box Widget works on static HTML page but not database driven page

I've searched for an answer to this for hours. Any thoughts, ideas, workarounds would sure be appreciated. Using HTML I've developed a page that contains a variety of elements (image slider, embedded ...
1
vote
0answers
70 views

what is the logic behind facebook group notification?

i want to know what is the logic of facebook group notification and how it works? if one user turn off the notification than what kind of process under goes so that user will not get the notification ...
0
votes
0answers
73 views

How does a site like facebook store things like “status likes” in mysql? [duplicate]

I'm assuming a site like facebook would have table called "Status" or something along those lines. This table contains cols like "StatusID,UserID,Message,etc...". But what how are "likes" related to ...
0
votes
0answers
18 views

auto-updating database from an server

I have a facebook game and I have a server running 24hr. The game has lives which you use to play and you gain 1 life each 10min. I simply need the server to increase the amount of lives of everybody ...
0
votes
1answer
85 views

How would Login with Facebook work for an app with its own user database?

I have a question about the Login with Facebook feature that some apps have. Here's my scenario: I currently have an Android social networking application that has its own user database and login ...
3
votes
2answers
401 views

How to make a Facebook like Notifications Table Structure?

I am making a social app like facebook using Yii Framework and MYSQL. It has a notifications button at the top similar to facebook. When someone posts in a group or someone from your friendlist is ...
0
votes
0answers
11 views

how to get og:image tag to populate images stored in a database [duplicate]

Possible Duplicate: How does Facebook Sharer select Images? I have all my users thumbnail images stores in my database as BLOBs. I am trying to use og:image tags to display these images ...
0
votes
0answers
62 views

How to build a newsfeed from multiple types of objects?

The newsfeed should be able to show stories including: Questions Polls Posts I have a different table for each type of posts above. Example of feed: User 1 asked a question: "How much is 1 + ...
1
vote
0answers
32 views

What should happen when I comment on a Newsfeed post status

A newsfeed has a list of some activities that happens in an app. A newsfeed from facebook, for example, combines Group name changes [1] Status about people going to an event [2] Update status [3] ...
0
votes
0answers
53 views

Facebook generates a Post record when I rename a group's name or just an ActivityItem?

My question is more about relational database scheme. I have in mind two tables for it: Posts Activities Where when I post a a status message it probably creates a record for a Post and an ...
6
votes
2answers
83 views

Database Based Facebook Connect [duplicate]

Possible Duplicate: Am I allowed to store data retrieved from Facebook connect on my server? Can We store Facebook login information to our database so that if user can come to revisit our ...
-2
votes
1answer
101 views

Do we really need to create web service for facebook android sdk applications? [closed]

I need to create an android application using facebook sdk but do i need to create a web service for it, i will create a db but does facebook provide web service or do i need to write ?
0
votes
0answers
86 views

Getting friend likes with FQL -Little Difficult-

If I separate the question to two parts to make clearer: Firstly; I will select most active page liker 10 friends. Secondly; I will select one random musician/band page each of these ten friends. ...
0
votes
1answer
291 views

Codeigniter Showing database error when redirected from facebook login

I'm trying to create facebook login, Login button on my site redirect me to facebook, for login, ask to permit my application for required permission ('offline_access,email etc'). When user allow it ...
-2
votes
1answer
87 views

how can I make a facebook application which puplish to user's wall by access tokens [closed]

Please could you tell me how can I make a Facebook application which publish to user's wall by access tokens so, I could publish updates by the control panel or by corn jobs from data base which I ...
-1
votes
1answer
568 views

Facebook connect login with data saving in database [closed]

I am having problems with facebook connect in my codeigniter site that is i am not able to save data into my database that i am getting from facebook login. Facebook login is working fine. I used ...
2
votes
3answers
355 views

Notifications ala Facebook (database implementation)

I am wondering how Facebook implements their notifications system as I'm looking to do something similar. FooBar commented on your status Red1, Green2 and Blue3 commented on your photo MegaMan and ...
-1
votes
1answer
139 views

insert data to database problems

I have the following code within a file named facebook.php: $user = json_decode(@file_get_contents( 'https://graph.facebook.com/me?access_token=' . $cookie['access_token'])); on another page i have ...
1
vote
1answer
148 views

Adding facebook profile picture to high scores table using PHP

I was able to make a small flash game after receiving a lot of help here at Stackoverflow, I was able to post the score variable to a php file and then to database , now I would like to make a small ...
1
vote
0answers
170 views

Should i hash a users facebook / twitter / other id?

If im running a website that uses social logins, is it neccessary or good in any way, to hash facebook / twitter / google / linkedin user ids when storing in my database? EDIT: Yes it is true that i ...
1
vote
0answers
159 views

Facebook app authentication duplicates data at my DB

After reading a lot, finally my fb app is doing what i expected (collect data and store it at my DB). However, if the user goes back to the app in the page tab (the user is already logged in the app) ...
1
vote
0answers
283 views

How to connect a Facebook app to my own MYSQL Database?

I'm new at making Facebook apps and this is my first time doing one so please bear with me. :) I already made a Facebook app and I "sortof tried" to connect it to a localhost database on MYSQL but ...
-1
votes
1answer
136 views

Database Design for a photo application

I currently develope a social network site, and now i want to implement a photo application like facebook with photo profile, photo album and photo tags. I store image in file system and store photo's ...
1
vote
1answer
258 views

merge classic (email/password) login with facebook login

I have a website that has classic email/password login and also facebook-login. I keep a field (namely fb_connect(TINY_INT(1)) )in the database if user anyway installed the app to login with ...
0
votes
3answers
682 views

simple wall post

I'm working on a simple wall post and having a hard time trouble-shooting it. I'd like it to post without having to reload the page (like a facebook post). Nothing really happens when I hit submit. ...
0
votes
0answers
192 views

How to send data from facebook-login-button?

I have a few questions all related.. I'll try to put them out in a logical fashion here. First off, I'm using this button to have users connect to their Facebook from my webstie <div ...
1
vote
1answer
488 views

How to save facebook data

I am very new to Facebook applications and have very basic questions. I use javascript SDK for my application, that loads friends' names and their profile pics. How can I store this data into a MySQL ...
0
votes
1answer
287 views

Globally Unique IDs in Relational DB (mysql)

Quick one (I hope). How could I replicate Facebook's allocation of a unique ID to a vast range of resources (https://developers.facebook.com/docs/reference/api/) With Facebook every photo, person, ...
0
votes
1answer
48 views

Persist client dependent data on Facebook db?

I'm totally new to fb coding. For a new project, I would like to create a fb app. The app is multi tenant, authorisation and authentication is carried out by fb. That's easy. However, I would like ...
0
votes
1answer
54 views

SQL Syntax and Columns using PHP

(This is called via PHP) I have the following: "SELECT name FROM user WHERE uid IN (SELECT uid1 FROM friend WHERE uid2={$user})" The SQL executes perfectly fine, however, the result is an array ...
1
vote
2answers
216 views

How should I managed a database for register/log in with Facebook & Twitter

I am creating an iOS App which the user will be able to login to via his account with our website (internal), or via Facebook or Twitter. What I would like to know is how should I manage the database ...
0
votes
1answer
359 views

Can't add Facebook API data to Database - won't $.post name, email

I've been struggling with this for hours... I have a Login with Facebook button on my site and I'm trying to add the authenticated user data to a database. Hoping maybe a fresh pair of eyes can find ...
0
votes
1answer
574 views

facebook app on heroku, shared and free database where is getting started guide for free database?

I was just trying to setup my first app on heruko... As it says it provides 5mb's shared database free postgre database setup ready but where are credentials for already setup database and getting ...
0
votes
1answer
117 views

How to save the answers to this questionnaire on Heroku?

I made this questionnaire on Heroku using Javascript. As you can see it's very rudimentary at the moment lol. The questionnaire only has 3 questions. When the user clicks "submit" I would like to ...
0
votes
1answer
829 views

Database Schema allowing for multiple login opportunities (Facebook-Connect, Oauth, OpenID, etc.) for the same account

I want to accomplish nearly the same thing as this question, which is to store authentication data from multiple sources (Facebook, Twitter, LinkedIn, openID, my own site, etc.) so that one person can ...
-1
votes
1answer
495 views

Facebook Like NewsFeed

i would like to design facebook like newsfeed module,but I dont know right and efficient method to do it.I want to design its database in a way with speed updates retrieval time and with 90% of ...
1
vote
2answers
86 views

What technologies are used in a seemingly 'live' data driven website?

Maybe the title could be rephrased slightly better but basically I'm wondering how the likes of facebook have implemented a 'live' interface with regards to new notifications/messages etc. I know that ...
3
votes
1answer
516 views

database: associate facebook account with your website account

Many websites have integrated with Facebook. After signing up with Facebook account, website asks to create website account e.g: pinterest. I'm wondering how do the two account associate with each ...

1 2 3