Domanda

In Graph API v2.0, Facebook introduced new "App-scoped User IDs". In the documentation, the ID field was changed into a string, however the length of the new IDs is uncertain.

Any insights?

È stato utile?

Soluzione

App scoped user IDs are the same length as other IDs in the Facebook API - a 64 bit number (returned as a string).

In MySQL you could set the column to be a BIGINT which stores 64 bit integers. (or store as a String)

Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a StackOverflow
scroll top