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 dictionary in programming is a mapping from keys to values allowing efficient value lookup given the key.
5
votes
1answer
63 views
Picture field does not contain dictionary
I am trying to prepare for one of the changes in the roadmap (http://developers.facebook.com/roadmap/)
"Picture connection/field may return a dictionary We will start
returning a dictionary ...
2
votes
1answer
377 views
Loading a cookie in google app engine
What's the best way to load a facebook cookie in google app engine (python)?
The cookies attribute (in the request class) is a dictionary of cookies. Once I get mine I have a string with & sign ...
3
votes
4answers
3k views
How to alphabetically sort array of dictionaries on single key?
I want to sort the list of friends returned by Facebook's Graph API. The result after sorting needs to be an alphabetical order of friends by name.
[
{
"name": "Joe Smith",
...
11
votes
2answers
13k views
String to Dictionary in Python
So I've spent way to much time on this, and it seems to me like it should be a simple fix. I'm trying to use Facebook's Authentication to register users on my site, and I'm trying to do it server ...
2
votes
1answer
444 views
How to fetch dictionaries within dictionaries in a JSON string?
Using the Facebook Graph API I want to get location data.
{
"name": "Joe Smith",
"link": "http://www.facebook.com/joey",
"location": {
"id": "105590706140862",
"name": ...