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.

With reference to a given (possibly implicit) set of objects, a unique identifier is any identifier which is guaranteed to be unique among all identifiers used for those objects and for a specific purpose.

learn more… | top users | synonyms

0
votes
0answers
15 views

Getting unique user ID acquired from Facebook Ads

we have integrated Facebook SDK into our iOS app, but have been having issues in regards to assigning unique ID of the different users we acquired from advertisement we placed on Facebook. We have ...
0
votes
1answer
74 views

Looking for Something Similar to Facebook's Unique Big Int IDs used in the Graph API

What was is best practice for an enterprise architecture where you would like to assign every unique entity in the system an ID. And rather than a GUID you'd like to use a Big Int. Does anyone know ...