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.
MongoDB is a scalable, high-performance, open source, document-oriented database. It supports a large number of languages and application development platforms.
1
vote
0answers
29 views
Update different values in same field for all documents in a collection (in one query?)
Im trying to get fblikes/url (each document has a url) into my mongodb collection.
First I get all documents in my collection to a php array/object
Then I get Facebook (fql) likes for each document ...
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 ...
0
votes
0answers
83 views
infinite redirect loop everyauth
I am trying to use Facebook to log a user in. My code works when I simply return true instead of a promise, but I want to use the promise in order to be able to blacklist certain users.
Without a ...
1
vote
3answers
538 views
Upload a photo to facebook album
I have a nodejs (+express + mongodb,gridstore) backend, and want to upload a photo to a facebook album.
I came across 2 methods. the first ( https://developers.facebook.com/blog/post/526/ ) needs to ...
0
votes
1answer
160 views
Writing information to mongoDB from facebook using Tornado
I am using tornado to access Facebook using code provided in "introduction to tornado" book and I want to write certain information to monogDB. So I have created a wrapper around Mongodb in another ...
-2
votes
1answer
304 views
Persisting Facebook data into Mongodb (Node.js + Express + jade)
I am developing simple web app that asks for Facebook access token and retrieve 'post' data of logged-in user.
After clicking 'login', it calls FB.api to retrieve user posts and use innerHTML in ...
0
votes
3answers
701 views
Facebook photos : orphan photos & photos in album
I'm working on an app (Rails 3.2, Mongoid) that takes all (by all I mean 'a lot') photos from a user. First, we get the albums (<userid>/albums), then, for each album, we take the photos in it ...
1
vote
2answers
732 views
Querying MongoDB Subset Two Levels Deep Using PHP Driver
I've accessed the Facebook Graph API to get a JSON object representing the latest posts on my feed (my Facebook wall). I then saved it into a MongoDB collection called feeds using the PHP Mongo ...
1
vote
1answer
217 views
Caching a user's Facebook friend list
I have a Rails app (running 3.2.2) and I want to cache my users' Facebook friends so that I can access in my application faster than querying the Facebook Graph API every single time.
I'm currently ...
0
votes
2answers
283 views
Ideal way to keep a user's Facebook information updated?
I'm working on developing a node.js app using mongoDB as a database. I'm working on developing fairly simple Facebook integration, and in addition to outsourcing user authentication to FB, I'd like to ...
0
votes
1answer
325 views
use MongoDb in place of MYSQl,SQL
We want to store the Facebook o/p which is in JSON format in mongoDb. We were parsing the json object and storing the content of json as columns in mysql. Which is th ebest way to store the Facebook ...
1
vote
1answer
510 views
Constructing a personalized Facebook-like Newsfeed: SQL, MongoDB?
I'm building a Facebook-like newsfeed. Meaning it's being built from many SQL tables and each data-type has a specific layout. But's it's becoming very heavy to load and I was hoping to make it even ...
1
vote
1answer
262 views
How to optimize displaying Facebook & Twitter profile images on a social site?
I'm working on a social site that shows latest comments/likes/tweets/etc from Facebook & Twitter and displays them in a timeline. This is pretty much like the Facebook newsfeed, except it also has ...
0
votes
1answer
581 views
Facebook API - cache response on server
I've got an app/site that makes a few calls out to the Facebook API upon specific user interaction. I was wondering what the best approach is for caching the responses from some of these API calls on ...
3
votes
4answers
1k views
Store/Sync Facebook Graph in a NoSQL (MongoDB)
I'm building an app that needs to be able to extend facebook graph data.
I'm new to NoSQL storage and i'm looking for help.
Using the graph api, i can retreive a user, since i would like my app to ...
0
votes
2answers
389 views
Activity feed on NO-SQL storage
HI...i have been thinking about a notifications system...which send users an alert when data has arrived for some subscription their made or a friend has made some activity (facebook style).
The ...
4
votes
1answer
861 views
Facebook user_id as MongoDB BSON ObjectId?
I'm rebuilding Lovers on Facebook with Sinatra & Redis. I like Redis because it doesn't have the long (12-byte) BSON ObjectIds and I am storing sets of Facebook user_ids for each user. The sets ...
