Marco Túlio Terra

Results 2 comments of Marco Túlio Terra

another way to get token is: https://developers.facebook.com/tools/explorer

I think I had the same problem. I solved removing `unique` prop ```js export class User extends Model { static table = 'users'; static timestamps = true; static fields: ModelFields...