Skip to content

Commit

Permalink
iOS SDK v3.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
louisbl committed Apr 30, 2013
1 parent 8a126e7 commit debab4e
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 4 deletions.
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ A Facebook native extension for NME

This NME native extension allows you to integrate Facebook into your NME application.

It integrates the [Facebook iOS SDK 3.2.1](https://github.com/facebook/facebook-ios-sdk)
It integrates the [Facebook iOS SDK 3.5.1](https://github.com/facebook/facebook-ios-sdk)
and the [Facebook Android SDK 3.0.1](https://github.com/facebook/facebook-android-sdk)

These are under the [Apache License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0.html)
Expand Down Expand Up @@ -54,11 +54,9 @@ and deselect 'Copy items into destination group's folder (if needed)'.

Check in the Build Settings -> Other Linker Flags that you have -fobjc-arc and -ObjC. If there is more than one "<ios linker-flags="" />", only the last one works.

If you target ios < 6, toggle Security, Social, Accounts and AdSupport
If you target ios < 6 (iOS > 5.0 is supported), toggle Security, Social, Accounts and AdSupport frameworks
to optional.

On iOS when you present a dialog it will always trigger "DIALOG_CANCELED" even if the dialog is successful, because of [this facebook bug](https://developers.facebook.com/bugs/234604753348378).

Android
-------
Add the LoginActivity to your AndroidManifest.xml
Expand Down
2 changes: 2 additions & 0 deletions include.nmml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,8 @@
<echo value='| choose "Create groups for any added folders" |' if="ios"/>
<echo value="| and deselect 'Copy items into destination group's folder (if needed)'. |" if="ios"/>
<echo value="|----------------------------------------------------------------------------|" if="ios"/>
<echo value="| Check Other Linker Flags that you have -fobjc-arc and -ObjC |" if="ios"/>
<echo value="|----------------------------------------------------------------------------|" if="ios"/>
<echo value="| If you target ios < 6, toggle Security, Social, Accounts and AdSupport |" if="ios"/>
<echo value="| to optional. |" if="ios"/>
<echo value="|----------------------------------------------------------------------------|" if="ios"/>
Expand Down
Binary file modified ndll/iPhone/libHypFacebook.iphoneos-v7.a
Binary file not shown.
Binary file modified ndll/iPhone/libHypFacebook.iphoneos.a
Binary file not shown.
Binary file modified ndll/iPhone/libHypFacebook.iphonesim.a
Binary file not shown.

0 comments on commit debab4e

Please sign in to comment.