Last updated: January 2025
Facebook Friends Filter ("the Extension") is developed by Mobily Enterprises. This privacy policy explains how we handle user information.
We do not collect any data. The Extension:
- Does not collect personal information
Last updated: January 2025
Facebook Friends Filter ("the Extension") is developed by Mobily Enterprises. This privacy policy explains how we handle user information.
We do not collect any data. The Extension:
| Client Libraries,Javascript,ember-data,https://github.com/emberjs/data,ember-data is one of the original exemplar implementations. There is now an official adapter to support json-api. | |
| Client Libraries,Javascript,backbone-relational-jsonapi,https://github.com/xbill82/backbone-relational-jsonapi,backbone-relational-jsonapi is a parsing layer for Backbone.Relational. Entities specified in JSON:API are automatically parsed to be injected into Backbone.Relational relations. | |
| Client Libraries,Javascript,orbit.js,https://github.com/orbitjs/orbit.js,orbit.js is a standalone library forcoordinating access to data sources and keeping their contents synchronized.Orbit’s Common Library includes JSONAPISource for accessing JSON:API servers. Orbit can be usedindependently or with Ember.js through the ember-orbit integration library. | |
| Client Libraries,Javascript,YAYSON,https://github.com/confetti/yayson,YAYSON is an isomorphic library for serializing and reading JSON:API data. Extend it to fit your models or just use it with |
| <link rel="import" href="../polymer/polymer.html"> | |
| <!-- | |
| Manage websocket connection | |
| Expose websocket connection | |
| @demo demo/index.html | |
| --> |
| npm run-script prepublish | |
| > [email protected] prepublish /disk/local/lib/node_modules/polymer-cli/node_modules/polymer-build | |
| > gulp build-all && gulp test | |
| [11:36:54] Using gulpfile /disk/local/lib/node_modules/polymer-cli/node_modules/polymer-build/gulpfile.js | |
| [11:36:54] Starting 'build-all'... | |
| [11:36:54] Starting 'clean'... | |
| [11:36:54] Finished 'clean' after 6 ms | |
| [11:36:54] Starting 'init'... |
| merc@mercs-thinkpad:~/Development/playground/psk-test$ polymer build | |
| warn: "sourceGlobs" config option has been renamed to "sources" and will no longer be supported in future versions | |
| warn: "includeDependencies" config option has been renamed to "extraDependencies" and will no longer be supported in future versions | |
| info: Building application... | |
| error: cli runtime exception: TypeError: Can't call method on undefined | |
| error: TypeError: Can't call method on undefined | |
| at TypeError (native) | |
| at module.exports (/disk/local/lib/node_modules/polymer-cli/node_modules/polymer-build/node_modules/hydrolysis/node_modules/babel-polyfill/node_modules/core-js/modules/_defined.js:3:28) | |
| at module.exports (/disk/local/lib/node_modules/polymer-cli/node_modules/polymer-build/node_modules/hydrolysis/node_modules/babel-polyfill/node_modules/core-js/modules/_to-object.js:4:17) | |
| at Function.from (/disk/local/lib/node_modules/polymer-cli/node_modules/polymer-build/node_modules/hydrolysis/node_modules/babel- |
| git clone https://github.com/Polymer/polymer-build.git | |
| Cloning into 'polymer-build'... | |
| remote: Counting objects: 3911, done. | |
| remote: Compressing objects: 100% (17/17), done. | |
| remote: Total 3911 (delta 4), reused 0 (delta 0), pack-reused 3894 | |
| Receiving objects: 100% (3911/3911), 19.04 MiB | 143.00 KiB/s, done. | |
| Resolving deltas: 100% (1967/1967), done. | |
| Checking connectivity... done. | |
| root@mercs-thinkpad /usr/local/lib/node_modules/polymer-cli/node_modules # git checkout print-analysis-warnings | |
| fatal: Not a git repository (or any parent up to mount point /disk) |
| // POST /auth/recover ( body: { anyId: 43343 } ) | |
| exports.recoverPostRoute = function( req, res, next ) { | |
| hotCoreStore.getAllStores( function( err, allStores ){ | |
| if( err ) return next( err ); | |
| // Needs to be logged in for this to work | |
| if( req.session.userId ) return res.status( 403 ).json( { message: 'You are not authorized' } ); | |
| var anyId = req.body.anyId; |
| merc@merc-ThinkPad-X131e:/disk/home/merc/inme$ npm install simpledblayer | |
| npm http GET https://registry.npmjs.org/simpledblayer | |
| npm http 304 https://registry.npmjs.org/simpledblayer | |
| npm http GET https://registry.npmjs.org/debug | |
| npm http GET https://registry.npmjs.org/simpledeclare | |
| npm http GET https://registry.npmjs.org/async | |
| npm http 304 https://registry.npmjs.org/async | |
| npm http 304 https://registry.npmjs.org/simpledeclare | |
| npm http 304 https://registry.npmjs.org/debug | |
| npm http GET https://registry.npmjs.org/ms |
| info: Creating snapshot 0.1.3-30 | |
| info Uploading: [=============================] 100% | |
| info: Updating app bookingdojo | |
| info: Activating snapshot 0.1.3-30 for bookingdojo | |
| info: Starting app bookingdojo | |
| error: Error running command deploy | |
| error: Nodejitsu Error (400): Bad Request | |
| warn: Error returned from Nodejitsu | |
| error: Error: No active subscriptions available. | |
| error: at Object.module.exports.billing.findAvailable (/root/nodejitsu/lib/nodejitsu/billing/billing.js:287:23) |
| merc@daniela-ThinkPad-Edge-E320:~/Synced/Development/node/dev/Bookings/bookingdojo$ jitsu deploy | |
| info: Welcome to Nodejitsu mercmobily | |
| info: jitsu v0.12.8, node v0.8.2 | |
| info: It worked if it ends with Nodejitsu ok | |
| info: Executing command deploy | |
| info: Analyzing application dependencies in node server.js | |
| warn: Local package version appears to be old | |
| warn: The package.json version will be incremented automatically | |
| warn: About to write /home/merc/Synced/Development/node/dev/Bookings/bookingdojo/package.json | |
| warn: Using '*' as a version for dependencies may eventually cause issues |