I'm looking to write a facebook app that can hold some state. Basically what I want is something where using this app the user can issue questions to their friends (sort of like a survey but more complex interface). I have never written a facebook app so looking for a good place to start re开发者_如何学编程ading. Thanks in advance :)
This might help,. just google :)
As you have mentioned you have never written the "Facebook App" before. Here are some key points which will help you to create your "First Facebook App".
Here are the steps which you need to follow : -
- Login to "http://developers.facebook.com"
- Create a "Facebook App" as per your need platform e.g android, ios, www
- Select the catergory for "Facebook App"
- Once your complete above three steps you will have "APP ID" and "APP SECRET" created for your "Facebook App".
- You need to create the "Access Token" using the "Access Token Tool" available on "http://developers.facebook.com"
Here are the articles which will guide you through the steps : -
- Build your own facebook app : - http://techpost360.blogspot.com/2016/10/build-your-own-facebook-app.html
- Create Facebook Access Token : - http://techpost360.blogspot.com/2016/10/create-facebook-access-token.html
One you are through with all the above steps than you are good to go with your own implementation of Facebook App.
Hope it will help you to start.
As mentioned, you will need to sign you app into the Facebook Developers website: http://developers.facebook.com. Here is a nice video I used to integrate the Facebook login into an android app. Although it is in Spanish, there is English subtitles that explain the concept. Good luck!
https://www.youtube.com/watch?v=Jims30XAzjI&list=PLXvO8Pi6OUCZ-u5VG3JqyturXEcd3DI2s
精彩评论