Hanif Bali

Results 5 comments of Hanif Bali

Im currently busy on some other stuff, so it is on hold for me right now. Would gladly lend a hand if you get it started. torsdag 15 oktober 2015...

Have you whitelisted both domains in the Facebook-app settings? torsdag 15 oktober 2015 skrev markmssd [email protected]: > Almost got it working, but ran into CORS problems... Looks like since the...

So to make facebook auth to work with an Sails backend is pretty straightforward. First. Forget about facebook auth on the backend. Allt authentication will be handled on the front....

So this is what i use in the controller for checking facebook token and issuing JWT on the backend. ``` facecheck: function facecheck(req, res){ fbgraph.setAccessToken(req.param("accessToken")); fbgraph.get("/me", function(err, result){ if(err) return...

@flastowizka Please correct so that the comparator is a '===' so this can be implemented. It would be greatly appreciated.