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.
An index is a data structure that facilitates a faster lookup time.
0
votes
0answers
14 views
New to the App - create a “cover” page
please pardon my ignorance...
For the past few weeks I was working on this page http://www.facebook.com/pages/I-Do-Cinematography/268272463198013?sk=app_419237441480085.
I was under impression that ...
1
vote
0answers
31 views
Is it possible to index facebook public groups through API
I would like to index some Facebook public groups for a machine learning project. Is it possible to do so through its API. I would like to get information such as group basic profile, member basic ...
1
vote
1answer
145 views
facebook like/send button homepage domain not getting metadata
I added the like/send button on my homepage, http://www.website.com, for example.
But, when people like it or send it, it doesnt get the metadata, only when I post with the index page, like this: ...
0
votes
1answer
45 views
Is it possible to put files other than index.jsp on SSL using Heroku?
I use Heroku to host my Facebook application. The app works fine. The only thing is my app is dependent on two files : namely, index.jsp and result.jsp.
Now, by default the index.jsp file is on ...
0
votes
1answer
199 views
storing raltionship path between friends[nodes] from neo4j and updating it in future
I am developing an application in which i need to show the relationship path between the two person.
In my application ,I have user's Facebook,twitter,linked In and other social network account data ...
2
votes
2answers
173 views
Getting facebook's indexed movies, music, schools etc
Is there anyway to get all of facebook's indexed content to use on my own site (through their API maybe)? Instead of having users type in their own favorite movies, they'd pick from a suggestion list ...
2
votes
4answers
2k views
Facebook Like button likes whole page instead of post (wordpress)
I'm working on this page and I use Wordpress as my CMS.
On the index.php page where all my posts show up I want to add a Facebook Like button underneath the title to instantly like a post without ...
0
votes
1answer
2k views
Undefined Index errror with $code = $_REQUEST[“code”]; for Facebook auth
Every time I go to the canvas page of my facebook app it briefly shows an error saying undefined index on the line with $code = $_REQUEST["code"]; at line 9. After this code shows it looks like it ...