parse-community / ParseUI-Android

ParseUI contains user interface libraries for building apps with the Parse Android SDK.
Other
592 stars 323 forks source link

readme.md "running sample apps" #31

Closed rowntreerob closed 9 years ago

rowntreerob commented 9 years ago

good as far as it goes but it really needs the following added that covers Parse Dashboard....

When you have set up the Facebook app over at "developers.facebook.com/apps" in the facebook console , you will have access to the following:

AppId, App Secret ( 2 values from FB that need to be plugged into Parse.com dashboard as follows:

go to Parse dashboard for the parse App

go to settings / authentication / allow FB auth , mark to YES

go to settings / authentication / Facebook Applications and fill in the Appid , Secret values and enter.

Until you do this stuff you just get exception: com.parse.ParseException: Unacceptable Facebook application id.

ghost commented 9 years ago

Thank you for reporting this issue and appreciate your patience. We've notified the core team for an update on this issue. We're looking for a response within the next 30 days or the issue may be closed.

wangmengyan95 commented 9 years ago

Hello @rowntreerob, thanks for you suggestion. I will add this to our readme.md.

wangmengyan95 commented 9 years ago

Added to the new wiki.