質問

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?

役に立ちましたか?

解決

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)

ライセンス: CC-BY-SA帰属
所属していません StackOverflow
scroll top