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.

Nil aka null, nada, nothing, zero

learn more… | top users | synonyms

1
vote
2answers
99 views

I don't want to make 2 API calls for this

The following code does two things: Checks to see if the item has the key "checkins" Gets the checkins value if it has the key I really don't like making two API calls for this. Its really slowed ...