How to get the appID for Facebook and Twitter?
I'd like to develop some application that will work with Facebook and Twi开发者_开发知识库tter. From the API introduction, for example, https://developers.facebook.com/docs/guides/mobile/ for Facebook, the app ID shall be necessary.
- How do I get the app ID?
- Shall I input it myself in the .plist?
- Or shall I first get it from somewhere of Facebook or Twitter?
- What is the "somewhere"?
Facebook: https://developers.facebook.com/apps
Twitter: https://dev.twitter.com/apps/new
Create your app, and you'll get the ID.
on Twitter, your application ID is the number you got in your application's page URL. For example: https://apps.twitter.com/app/xxxxxxx/keys : The xxxxxxx is your app ID number.
To get the App Id
- first register yourself as a facebook developer, use the following link
http://developers.facebook.com/docs/plugins/registration/
2.then use following link to generate access token and App ID
https://developers.facebook.com/tools/explorer
- happy coding :)
精彩评论