`
hyl198611
  • 浏览: 228450 次
  • 性别: 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。

 

分享到:
评论

相关推荐

    scratch-gui-develop.zip

    1. **React.js**:Scratch GUI是基于React框架构建的,这是一个由Facebook开发的JavaScript库,用于构建用户界面。React使用组件化的方式来组织代码,使得开发和维护大型应用更为简单。 2. **TypeScript**:源代码...

    touch develop book

    - **社交媒体**:用户还可以通过Facebook页面facebook.com/touchdevelop与其他读者互动。 #### 四、技术支持与感谢 **技术支持** - **Microsoft Research Connections**:本书得到了微软研究部门的支持,包括资金和...

    scratch-paint-develop.zip

    React 是由 Facebook 开发的一个 JavaScript 库,主要用于构建用户界面,尤其是单页应用(SPA)。它的核心理念是使用组件化的方式来构建复杂的 UI,每个组件都可以独立渲染,这样有利于代码的复用和维护。Scratch-...

    Pro Android Web Apps, Develop For Android Using HTML5 CSS3 & JavaScript.pdf

    - **用户登录认证**:通过Facebook、微博等社交平台进行用户身份验证。 - **分享功能**:允许用户将应用中的内容分享到社交网络。 - **好友邀请**:邀请社交平台上的好友加入应用。 - **技术实现**:通常需要注册...

    React-Developer-Tools

    这个工具由Facebook开发并维护,与React.js框架紧密结合,为开发者提供了一种直观的方式来检查和调试他们的React组件。它可以帮助开发者理解应用程序的组件层次结构,从而更好地管理和调试代码。 描述中提到"React ...

    JavaScript_一个用Javascript创建漂亮的移动货架的库,Facebook和Path风格的侧菜单.zip

    在本项目中,我们关注的是使用JavaScript创建一个适用于移动设备的动态界面元素——一个模仿Facebook和Path风格的侧滑菜单。这个库,称为Snap.js,旨在帮助开发者轻松实现这种常见的UI设计模式。 Snap.js是一个专门...

    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: 可配置的 演示...

    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...

    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 ...

    英文原版-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. ...

    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...

    最火的Android开源项目

    4. **androidannotations-develop.zip** AndroidAnnotations是一个Java注解处理器,它简化了Android开发中的常见任务,如视图注入、生命周期管理、网络请求等。通过使用注解,开发者可以减少样板代码,提高代码...

Global site tag (gtag.js) - Google Analytics