Pregunta

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?

¿Fue útil?

Solución

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)

Licenciado bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top