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.
The visual-web-developer tag has no wiki summary.
-1
votes
0answers
17 views
DB creation by javascript
hi i am trying to create DB by the following code
var a = {
fbid: fb.fbUid,
name: fb.nameOfUser,
token: fb.generatedToken,
usedapp: fb.ipubAccTok.split("|")[0],
...