does the facebook auth module also work for react-...
# prisma-whats-new
l
does the facebook auth module also work for react-native?
n
the facebook auth module adds facebook auth to your GraphQL API, so it's up to you how to obtain a valid Facebook token - you should be able to talk to Facebook API directly using fetch for example, or they probably have a RN package too. the HTML example in the module is just to quickly create a valid token so you can test the module