`
hyl198611
  • 浏览: 225369 次
  • 性别: Icon_minigender_1
  • 来自: 北京
社区版块
存档分类
最新评论

facebook develop

阅读更多
facebook develop

 

 

key hash:
mac的控制台下输入:
 
keytool -exportcert -alias androiddebugkey -keystore ~/.android/debug.keystore |openssl sha1 -binary | openssl base64

注意:

1.确保你的电脑安装了keytool 和openssl。

2.确保你的alias是正确的,因为即使错误,也不会报错。

3.debug.keystore默认生成在你的用户文件夹里

以下是从facebook官网上拷贝下来的
We now need to do is a export the signature for your app so that Facebook can use to ensure users are only communicating with your app on the Android. This is done by running the keytool. The following shows how to export the key for your app using the debug defaults specified by the Android SDK and Eclipse:

keytool -exportcert -alias androiddebugkey -keystore ~/.android/debug.keystore

| openssl sha1 -binary

| openssl base64

This tool generates a string that must be registered in the Mobile & Devices section of the Developer App for your app 

################################################################################

android的Class Name:
1.解压apk,拿到AndroidManifest.xml。

2.使用
AXMLPrinter2.jar,在控制台输入:
 
java -jar AXMLPrinter2.jar AndroidManifest.xml > AndroidManifest.txt
得到
AndroidManifest.txt。

3.在
AndroidManifest.txt中找到manifest.application.activity.@android:name。
如果是".AppEntry",Class Name=manifest.@package+manifest.application.activity.@android:name。
如果是全名, 
Class Name=manifest.application.activity.@android:name。

################################################################################
 
ios的Bundle ID:
可以从以下三个地方取到,三个值肯定是一样的。
1.ipa包里的Info.plist:plist-dict-CFBundleIdentifier的值。
2.as项目文件里的appName-app.xml:application.id的值。
3.苹果开发者账号下配置的项目证书的id。

 

分享到:
评论

相关推荐

    angular2-node-fb-login:演示应用程序,显示如何使用前端的Angular 2和后端的Node.jsExpress启用Facebook登录

    angular2-node-fb-登录该演示应用程序演示了如何使用前端的Angular 2和后端的Node.js / Express实现REST API实现Facebook登录。关于该应用程序是作为描述的材料创建。 作为Angular 2种子,我们使用了我们先前发布的...

    velog:Front Develop博客

    :speaking_head: 社交分享功能(Twitter,Facebook) :speech_balloon: 评论功能(争议,话语) :hot_beverage: “给我买咖啡”服务 :robot_face: GA :white_medium_star: 增强用户体验 :gear: 可配置的 演示...

    Developing.Bots.with.Microsoft.Bots.Framework

    connect and communicate using famous communication channels like Skype, Slack, Web and Facebook. You'll also learn how to build intelligence into Bots using Azure Cognitive Services like LUIS, OCR, ...

    Learning GraphQL and Relay(PACKT,2016)

    There’s a new choice for implementing APIs – the open source and Facebook-created GraphQL specification. Designed to solve many of the issues of working with REST, GraphQL comes alongside RelayJS, a...

    Learning.React.Native.2015.12.pdf

    It’s based on React, Facebook’s JavaScript library for building user interfaces, but instead of targeting the browser, it targets mobile platforms. In other words: web developers can now write ...

    Getting Started with React Native 无水印pdf 0分

    Learn to design and build a fully-featured application using the newest cutting-edge framework from Facebook Leverage your JavaScript skills to become a native app developer Develop custom UI ...

    Learn RPGs in GameMaker: Studio Build and Design Role Playing Games

    Author Ben Tyers teaches you how to create a story or plotline for the RPG, apply aesthetics, and develop core and extended gameplay. Using Learn RPGs in GameMaker: Studio, you can design and build ...

    英文原版-Going IT Alone The Handbook for Freelance 1st Edition

    Decide whether you just want to earn or aspire to build the next Facebook. Supported by real world case studies and input from industry experts, the book looks at the business topics you need to ...

    UCB面板「UCB-Panel」-crx插件

    UCB小组 - Birkenfeld环境校园的小组 ...http://ucb.we-develop.de/ Facebook页面: https://www.facebook.com/ucb.panel Github上页: https://github.com/niklas-heer/ucb-chrome-extension 支持语言:Deutsch,English

    react-native 官方NBA应用例子

    ## Develop #### iOS 1. `$ npm install` 2. `$ npm run clean` react-native unsupport for .babelrc since 0.16, so you have to remove all .babelrc in your project(includes packages) 3. `$ npm start` 4. ...

    iOS 7 App Development Essential

    Other features are also covered including Auto Layout, Twitter and Facebook integration, event reminders, App Store hosted in-app purchase content, collection views and much more. New features of iOS...

    Mastering React Native 2017年出版496页

    You'll get an overview of Facebook's Flux data architecture and then apply Redux to manage data with a remote API. You will also learn to animate different parts of your application, as well as ...

    Mastering.Xamarin.UI.Development.1786462001.epub

    This book will provide you the practical skills required to develop real-world Xamarin applications. You will learn how to implement UI structures and layouts, create customized elements, and write C#...

    Apress.iOS.6.Recipes.2012

    How to integrate social network services like Twitter and Facebook into you apps How to enhance your game apps with GameCenter How to develop powerful apps with the latest Xcode How to use Table Views...

    Learning.GraphQL.and.Relay.1786465752

    There’s a new choice for implementing APIs – the open source and Facebook-created GraphQL specification. Designed to solve many of the issues of working with REST, GraphQL comes alongside RelayJS, a...

    Building a 3D Game with LibGDX

    This book will teach readers how the LibGDX framework uses its 3D rendering API with the OpenGL wrapper, in combination with Bullet Physics, 3D Particles, and Shaders to develop and deploy a game ...

    android 数据库开发

    Facebook remember every event and every thought we share with our friends so as to better learn about each of their hundreds of millions of users. We live in an increasingly data-centric world, and ...

    Data Source Handbook.pdf

    Most of us now develop in the web world, so anything else requires a complex installation process that makes it much harder to try out. Linked to outside entities There has to be some way to look up ...

    Building Chatbots with Python(2019)

    Using open source libraries and machine learning techniques you will learn to predict conditions for your bot and develop a conversational agent as a web application. Finally you will deploy your ...

Global site tag (gtag.js) - Google Analytics