Welcome
Login
Sign up
Home
Solutions
Forums
How can we help you today?
Enter your search term here...
Search
Login
or
Signup
to submit a new ticket
Check ticket status
Start a new topic
Discussions
Kinvey Forums
JavaScript
Ember.js social login
a
adamsowinski
started a topic
over 6 years ago
Hello,
I do not see Facebook or Twitter login integration in the guides. What is the state of Ember.js integration right now?
1 Comment
M
Mark
said
over 6 years ago
This is planned, but no definitive date yet.
Right now, you can obtain the access tokens yourself (e.g. through the third party API), and use them directly in a login call:
```
Kinvey.User.login({
_socialIdentity: {
facebook: {
access_token: '',
expires_in: ''
}
}
});
```
Login
or
Signup
to post a comment
More topics in
JavaScript
How do I use Kinvey in my web app?
Is it safe to include keys/secrets in my client-side JavaScript app?
Why is the activeUser null even though I am logged in?
Login does not work even though credentials are valid.
Social login doesn’t work.
Appending objects to an Array (HTML5 - JS)
New to node.js - need bootstrap to downloadfiles from Kinvey
Problem with Aggregation/Grouping
Internal Server Error using Twitter Sign Up
Data Store
See all 315 topics
adamsowinski
I do not see Facebook or Twitter login integration in the guides. What is the state of Ember.js integration right now?