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.
Meteor is a modular platform for developing client/server applications in pure JavaScript.
0
votes
2answers
35 views
How do I REconfigure Meteor's accounts-facebook, or where is Meteor's Facebook configuration?
Meteor's accounts-facebook package was very easy to set up. To input the Facebook app ID and secret token, I loaded my meteor web app in a browser, and clicked on the login button, and then clicked ...
0
votes
0answers
54 views
Facebook Login on Meteor works on Chrome only
I'm facing with an issue using Facebook Login in Meteor. It seems to work correctly with Chrome (desktop) only.
I'm in a localhost:3000 environment, I set up Facebook App in the right way, I saved ...
0
votes
0answers
20 views
Meteor server.coffee error
I'm trying to deploy a meteor.js application , I'm following a tutorial however when I "meteor deploy Myapp" I get an error saying
"Errors preventing deploying :
sever.coffee , Parse error on line 9 ...
0
votes
1answer
60 views
How can I add xmlns namespace to <html> tag in meteor
This is what I'm trying to accomplish (to integrate Facebook send button using addthis)
<html xmlns:fb="http://ogp.me/ns/fb#">
However the html is our of my control. Meteor also forbids ...
1
vote
1answer
159 views
Meteor code sample
Where can I find some code that uses meteor accounts-facebook package, that gets friends, post on wall and some other common action?
0
votes
1answer
238 views
Meteor.loginWithFacebook not working?
having added the accounts-facebook package. Im trying to login with facebook following the docs: http://docs.meteor.com/#meteor_loginwithexternalservice
Having this button click event:
...
2
votes
1answer
361 views
How to query a Facebook user picture via Meteor's accounts-facebook?
I'm trying to get the authenticated Facebook user's profile picture, to use within a Meteor application. I've tried the following
Meteor.publish("facebook_avatar_url", function() {
return ...
2
votes
2answers
398 views
How do I get a user's email address using accounts-facebook in Meteor?
I created a Meteor app that allows users to sign on using Facebook. To do this, I'm using the accounts-ui and accounts-facebook packages. This works fine.
How do I retrieve the user's email address ...
1
vote
1answer
613 views
Meteor login with external service : how to get profile information?
I use the Accounts-UI and Accounts-[Github/Twitter/Facebook/Google] packages which allows login with external service.
I modified Accounts.ui.config with requestPermissions, example:
...
0
votes
3answers
467 views
Login callback in meteor app with facebook connect
How can i subscribe a callback to Meteor.loginWithFacebook() or Meteor.loginWithGoogle() methods? In case there is not such thing, What would be a good workaround?
0
votes
1answer
271 views
Good way to integrate query-layout with reactive templates + async data sources?
I'm working on a Meteor app that gets data from Facebook & I would like to use jquery-layout for presentation. I suspected that there might be some "subtleties" when trying to use jquery to modify ...
6
votes
4answers
2k views
Getting facebook authentication running within the MeteorJS framework?
I'm starting out my little quest into the world of the Meteor framework and I thought it'd be fun to do something a little bit facebooky with it.
step one was to follow the create an app tutorial in ...

