This repository has been forked from fbsamples (https://github.com/fbsamples/account-kit-samples-for-android) in preparation for the MEA workshop 2016.
Here's a list of minor changes to reference the Account Kit Simple Sample code to the presentation deck:
- samples/AccountKitSimpleSample/res/values/strings.xml
- samples/AccountKitSimpleSample/src/com/example/accountkitsimplesample/AccountKitSimpleSampleApplication.java
- samples/AccountKitSimpleSample/src/com/example/accountkitsimplesample/MainActivity.java
- samples/AccountKitSimpleSample/src/com/example/accountkitsimplesample/TokenActivity.java
By slide order for easy reference:
- 15: strings.xml
- 16: AccountKitSimpleSampleApplication.java onCreate()
- 18 - 20: MainActivity.java onLogin()
- 22 - 25: MainActivity.java onActivityResult()
- 26 - 29: TokenActivity.java onResume()
- 30 - 31: MainActivity.java onLogin()
This repository contains a collection of samples demonstrating how to integrate the Account Kit SDK.
Learn more about the provided samples, documentation, integrating the SDK into your app, accessing source code, and more at https://developers.facebook.com/docs/accountkit
Please report bugs or issues related to the Account Kit SDK to https://developers.facebook.com/bugs/
You can also join the Facebook Developers Group on Facebook (https://www.facebook.com/groups/fbdevelopers/) or ask questions on Stack Overflow (http://facebook.stackoverflow.com)
We are able to accept contributions to the Account Kit SDK for Android. To contribute please do the following.
- Follow the instructions in the CONTRIBUTING.mdown.
- Submit your pull request to the dev branch. This allows us to merge your change into our internal master and then push out the change in the next release.
Except as otherwise noted, the Account Kit SDK Samples for Android are licensed under the Facebook Platform License (https://github.com/fbsamples/account-kit-samples-for-android/blob/master/LICENSE.txt).
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.