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.
Dojo Toolkit is an open source modular JavaScript library designed to ease the rapid development of cross-platform, JavaScript/Ajax-based applications and web sites. It is dual-licensed under the BSD License and the Academic Free License.
0
votes
0answers
108 views
Failure to hit endpoint with dojo.xhrPost on Safari
I am trying to hit a drupal endpoint from Javascript inside my Facebook app with the following code:
dojo.xhrPost({
url: "?q=new_inflatable_icon",
content: {
name: saveData.name,
...