Title
l

lifeiscontent

09/23/2017, 9:47 AM
does the facebook auth module also work for react-native?
n

nilan

09/23/2017, 8:29 PM
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