Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README.md troubleshooting section #143

Merged
merged 2 commits into from
Jul 10, 2018
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 21 additions & 0 deletions README.MD
Original file line number Diff line number Diff line change
Expand Up @@ -391,6 +391,7 @@ react-native run-ios # or react-native run-android

<details>
<summary>I have problems running the example</summary>
<br/>

If you have trouble running any example try the following:

Expand All @@ -405,6 +406,26 @@ If you have trouble running any example try the following:

</details>

<details>
<summary>"A system issue occured, Please try again" when sending SMS</summary>
<br/>

A. Check your `FacebookAppID` and `AccountKitClientToken` on iOS `Info.plist` and Android `strings.xml` is correct
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Check your [...] are correct


B. If you have enabled the **client access token flow in fb account kit dashboard**, then `configure` `responseType` should be set to `code`.
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe the following is more clear?
then the responseType should be set to code when calling configure


```javascript
// Configures the SDK with some options
RNAccountKit.configure({
responseType: 'code'
...
})
```

Issue: [#68](https://github.com/underscopeio/react-native-facebook-account-kit/issues/68)

</details>

## License

License is MIT