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.
PostgreSQL is an open-source, object-relational database management system (ORDBMS) available for many platforms including Linux, UNIX, MS Windows and Mac OS X. Please mention your PostgreSQL version when asking questions.
2
votes
1answer
174 views
Rails 3.2 Devise Omniauth-facebook and koala
I am trying intergrate Koala into a devise omniauth-facebook app. For some reason i cannot post to user's wall. I created a second app which doesn't use devise and all works and i realise that the ...
1
vote
2answers
579 views
tornado and postgresql
I'm using demo from facebook's tornado
But I don't want to use MySQL and trying to replace it with PG
So I went ahead and modified like this :
define("port", default=8888, help="run on the given ...
0
votes
2answers
390 views
How should I parse a Facebook Oauth token's expire date to store in PostgreSQL?
I'm using OAuth to authenticate my app to access a user's facebook details using OAuth. Recently, I migrated the database to use PostgreSQL, and now am having trouble storing the token information ...
1
vote
1answer
167 views
AS3 postgresql and amfphp for facebook/heroku?
My goal was to turn a flash game I created into a facebook app and add a leaderboard to the game that would encourage some competition.
So far I have installed the app on Facebook with Heroku, set ...
0
votes
1answer
579 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
3answers
876 views
pg_query(): Query failed: ERROR: column “x” does not exist LINE 2: SET name=x
I have been working on something like a sign up form for a facebook app but instead of INSERT it UPDATE because before that I have already INSERT
$inserP = "INSERT INTO particular (id, name)
VALUES ...
0
votes
3answers
2k views
What datatype to use for Facebook user id in Rails and PostgreSQL
I have a PostgreSQL database for a Rails application.
I want to store the Facebook user id so I thought I could use integer but its not big enough so I chose float.
However now Rails adds .0 to the ...
0
votes
1answer
164 views
Facebook invite mysql hierarchical queries instead use postgresql
I've seen few posts here saying I can do hierarchical queries using mysql.
I've not used PostgreSQL, yet. If I change to PostgreSQL, do I have to change a lot of syntax or can I do that hierarchical ...
0
votes
1answer
132 views
facebook messages result set like
I'm trying to get my head around with the group by command, basically I'm trying to select all messages of a user, group them by subject then show them - just like how face book does it.
The result ...