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.

Schema means shape, or more generally, plan. It may be XML schema or Database schema.

learn more… | top users | synonyms (1)

0
votes
0answers
64 views

Google plus pulling in Schema data on wordpress?

So i am using the open graph method to pull in content from a Wordpress site that can then be posted on facebook. However with google plus the content that is pulled in is distorted. It is pulling in ...
0
votes
1answer
834 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
vote
2answers
105 views

Whats an efficent way to put multiple types of users in a db

I'm building a website where I will have users logging into the site from multiple sources, including Facebook and Google+ and I want to be able to keep some basic info on each user in my data base, ...
1
vote
0answers
60 views

Is there an introspection/reflection/catalog mechanism to get to the schema of FQL tables?

I'm trying to build a FQL query builder, and trying to avoid the painful task of translating from doc pages into my own schema implementation. Besides, doing that is going to lead to a very brittle ...
0
votes
1answer
280 views

Whats the query to get recent pokes on facebook?

Unfortunaly facebook gave us a good api, but without of and documentation about the tables schema. How can i build a valif query to get recent pokes?
22
votes
5answers
3k views

OpenGraph or Schema.org?

Just wondering whether you guys out there are favouring the OpenGraph protocol following markup like: <meta property="og:title" content="The Rock" /> <meta property="og:type" ...
1
vote
1answer
369 views

Facebook with Membership Provider?

I am using Facebook connect for my project with custom written code to deal with authentication, Do you suggest using Membership provider to deal with users or should i develop some custom Database in ...
1
vote
2answers
1k views

Database schema for messaging to multiple users

I'm looking for the best solution to implement messaging to multiple users within the system(Facebook-style). I'm came up with the following idea: where each Message belongs to the Message_Chain and ...
1
vote
3answers
379 views

Is there an XSD or similar declaration for Facebook's API method signatures?

I'm developing a generator to create a C# API wrapper for Facebook's API. I'm just about finished with the basic coding, except that there doesn't seem to be any well-formed declaration of the method ...