Quantcast
Channel: Questions in topic: "facebook sdk"
Viewing all 827 articles
Browse latest View live

how to enable unity on facebook games

$
0
0
unity is not working on the facebook games i play.

How to get FB page Token

$
0
0
Hello I'm testing the FB SDK, So far i successfully log with my account and access my informations. But Now I'd like to access a page that I created for the app, and got trouble with it: First I assume that the page ID is the numbers following my page (tell me if i'm wrong) when i see: https://facebooks.com/mypagename-XXXXXXXX I log to FB with these permissions to access pages: perms.Add ("manage_pages"); FB.LogInWithReadPermissions(perms, AuthCallback); So with that in mind i try to access the token like this: FB.API ("/XXXXX?fields=access_token", HttpMethod.GET, getToken); //real numbers here, of course, not Xs ;) this line returns me an error when i try to print the result: [BaseResult: Error=, Result=System.Collections.Generic.Dictionary`2[System.String,System.Object], RawResult={"id":"XXXXXXXXX"}, Cancelled=False] How should I access the page token?

How to send FB.AppRequest to a single user rather than opening the friend selection dialog?

$
0
0
Hello, Just a simple question. I have got the list of friend ids and populated them in a menu. Now i want to send them a Facebook app request. So when i call FB.AppRequest, on the click of a button associated to that friend id, it of course opens up the list of FB friends and lets me choose and go forward. The question is , i don't want to show that dialog of friend selector, instead to directly send the app request to that friend id who's button is clicked. Any work arounds ?

How to get FB SDK accesToken for page ?

$
0
0
Hello, I'm testing the facebook SDK, so far I can LogIn as an user and see me personal infos, now I'd like to access to a page, for that I need an acces to page tokens, Once I'm logged, i'm trying like this: perms.Add ("public_profile"); perms.Add ("manage_pages"); FB.LogInWithReadPermissions(perms, AuthCallback); FB.API ("/XXXXXXX?fields=access_token", HttpMethod.GET, getToken);//where XXXX stands for my pageID void getToken(IResult result){ print ("res token"+result.ResultDictionary ["access_token"]); } problem : I get a "Graph API error: 400 Bad Request", as if the access_token is not an available info from my API request. What is a good way to get that token access?

Free https webhost for facebook build?

$
0
0
Does anyone here know a free/reliable https webhost on which I need to host my unity webgl game? I have a website but the ssl certificate to obtain https is way to expensive for me. Thanks!

FaceBook publish_actions

$
0
0
Hey, Has anyone got facebook publish_actions to work on the latest version of unity using the FacebookSDK from the asset store? I've been going round in circles on it all day. I can't figure out what's gone wrong. I've gotten to the point where I tried just put a copy of MainMenu.cs from the example MainMenu scene straight into my project. When I test in editor it's fine. It's just the normal mock dialgoue stuff but it goes through ok. When I click sign in with permissions on the phone it the whole application closes down. The line of code that breaks is > FB.LogInWithPublishPermissions(new List() { "publish_actions" }, this.HandleResult); Does anyone have any clues in an overall general sense of where I'm going wrong or what I could look at. I wanna go back to making my game - I'm tired of this :(

Facebook FB.init() problem

$
0
0
I want create FB.login(). IN Unity no problem. But when I bulid APK for mobile(Android) always error I'm think in mobile FB.init() is a mistake. i use mod prime[31] and FB SDK . so, I try to modify there "LitJson" but is not good idea for me. When I try again and again, i just success one time. But i forgot it process. After no success. if someone have any method, please teach me , thank you.

Unable to convert classes into dex format (Unity + PlayFab + Facebook)

$
0
0
I'm developing a multiplayer game using Unity 5 and PlayFab. Now I have an error when I integrate Facebook API. I've tried using Facebook API in another project and it works fine. Here is an error. Error building Player: CommandInvokationFailure: Unable to convert classes into dex format. See the Console for details. C:\Program Files\Java\jdk1.8.0_31\bin\java.exe -Xmx2048M -Dcom.android.sdkmanager.toolsdir="C:\Users\ThePriefy\AppData\Local\Android\android-sdk\tools" -Dfile.encoding=UTF8 -jar "C:\Program Files\Unity\Editor\Data\PlaybackEngines\AndroidPlayer/Tools\sdktools.jar" - stderr[ Uncaught translation error: java.lang.IllegalArgumentException: already added: Landroid/support/v4/accessibilityservice/AccessibilityServiceInfoCompat; Uncaught translation error: java.lang.IllegalArgumentException: already added: Landroid/support/v4/accessibilityservice/AccessibilityServiceInfoCompat$AccessibilityServiceInfoIcsImpl; Uncaught translation error: java.lang.IllegalArgumentException: already added: Landroid/support/v4/accessibilityservice/AccessibilityServiceInfoCompat$AccessibilityServiceInfoJellyBeanMr2; Uncaught translation error: java.lang.IllegalArgumentException: already added: Landroid/support/v4/accessibilityservice/AccessibilityServiceInfoCompat$AccessibilityServiceInfoStubImpl; Uncaught translation error: java.lang.IllegalArgumentException: already added: Landroid/support/v4/accessibilityservice/AccessibilityServiceInfoCompat$AccessibilityServiceInfoVersionImpl; Uncaught translation error: java.lang.IllegalArgumentException: already added: Landroid/support/v4/accessibilityservice/AccessibilityServiceInfoCompatIcs; Uncaught translation error: java.lang.IllegalArgumentException: already added: Landroid/support/v4/accessibilityservice/AccessibilityServiceInfoCompatJellyBeanMr2; Uncaught translation error: java.lang.IllegalArgumentException: already added: Landroid/support/v4/animation/AnimatorCompatHelper; Uncaught translation error: java.lang.IllegalArgumentException: already added: Landroid/support/v4/animation/AnimatorListenerCompat; UNEXPECTED TOP-LEVEL EXCEPTION: java.lang.RuntimeException: Translation has been interrupted at com.android.dx.command.dexer.Main.processAllFiles(Main.java:608) at com.android.dx.command.dexer.Main.runMonoDex(Main.java:311) at com.android.dx.command.dexer.Main.run(Main.java:277) at com.android.dx.command.dexer.Main.main(Main.java:245) at com.android.dx.command.Main.main(Main.java:106) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:483) at SDKMain.main(SDKMain.java:129) Caused by: java.lang.InterruptedException: Too many errors at com.android.dx.command.dexer.Main.processAllFiles(Main.java:600) ... 9 more ] stdout[ processing archive D:\Documents\[CPE403] Senior Project 2\ParticleShot 15 Mar2016 15.02\ParticleShot 20160316 14.26 Win-Lose\Temp\StagingArea\android-libraries\cardview-v7-23.1.1\bin\classes.jar... ignored resource META-INF/ ignored resource META-INF/MANIFEST.MF ignored resource android/ ignored resource android/support/ ignored resource android/support/v7/ ignored resource android/support/v7/cardview/ processing android/support/v7/cardview/BuildConfig.class... ignored resource android/support/v7/widget/ processing android/support/v7/widget/CardView.class... processing android/support/v7/widget/CardViewApi21.class... processing android/support/v7/widget/CardViewDelegate.class... processing android/support/v7/widget/CardViewEclairMr1.class... processing android/support/v7/widget/CardViewEclairMr1$1.class... processing android/support/v7/widget/CardViewImpl.class... processing android/support/v7/widget/CardViewJellybeanMr1.class... processing android/support/v7/widget/CardViewJellybeanMr1$1.class... processing android/support/v7/widget/RoundRectDrawable.class... processing android/support/v7/widget/RoundRectDrawableWithShadow.class... processing android/support/v7/widget/RoundRectDrawableWithShadow$RoundRectHelper.class... processing archive D:\Documents\[CPE403] Senior Project 2\ParticleShot 15 Mar2016 15.02\ParticleShot 20160316 14.26 Win-Lose\Temp\StagingArea\android-libraries\facebook-android-sdk-4.9.0\bin\classes.jar... ignored resource META-INF/ ignored resource META-INF/MANIFEST.MF ignored resource com/ ignored resource com/facebook/ processing com/facebook/AccessToken.class... processing com/facebook/AccessToken$1.class... processing com/facebook/AccessToken$2.class... processing com/facebook/AccessToken$AccessTokenCreationCallback.class... processing com/facebook/AccessToken$AccessTokenRefreshCallback.class... processing com/facebook/AccessTokenCache.class... processing com/facebook/AccessTokenCache$SharedPreferencesTokenCachingStrategyFactory.class... processing com/facebook/AccessTokenManager.class... processing com/facebook/AccessTokenManager$1.class... processing com/facebook/AccessTokenManager$2.class... processing com/facebook/AccessTokenManager$3.class... processing com/facebook/AccessTokenManager$4.class... processing com/facebook/AccessTokenManager$RefreshResult.class... processing com/facebook/AccessTokenSource.class... processing com/facebook/AccessTokenTracker.class... processing com/facebook/AccessTokenTracker$1.class... processing com/facebook/AccessTokenTracker$CurrentAccessTokenBroadcastReceiver.class... processing com/facebook/BuildConfig.class... processing com/facebook/CallbackManager.class... processing com/facebook/CallbackManager$Factory.class... processing com/facebook/FacebookActivity.class... processing com/facebook/FacebookAuthorizationException.class... processing com/facebook/FacebookBroadcastReceiver.class... processing com/facebook/FacebookButtonBase.class... processing com/facebook/FacebookButtonBase$1.class... processing com/facebook/FacebookCallback.class... processing com/facebook/FacebookContentProvider.class... processing com/facebook/FacebookDialog.class... processing com/facebook/FacebookDialogException.class... processing com/facebook/FacebookException.class... processing com/facebook/FacebookGraphResponseException.class... processing com/facebook/FacebookOperationCanceledException.class... processing com/facebook/FacebookRequestError.class... processing com/facebook/FacebookRequestError$1.class... processing com/facebook/FacebookRequestError$Category.class... processing com/facebook/FacebookRequestError$Range.class... processing com/facebook/FacebookSdk.class... processing com/facebook/FacebookSdk$1.class... processing com/facebook/FacebookSdk$2.class... processing com/facebook/FacebookSdk$3.class... processing com/facebook/FacebookSdk$4.class... processing com/facebook/FacebookSdk$InitializeCallback.class... processing com/facebook/FacebookSdkNotInitializedException.class... processing com/facebook/FacebookSdkVersion.class... processing com/facebook/FacebookServiceException.class... processing com/facebook/GraphRequest.class... processing com/facebook/GraphRequest$1.class... processing com/facebook/GraphRequest$2.class... processing com/facebook/GraphRequest$3.class... processing com/facebook/GraphRequest$4.class... processing com/facebook/GraphRequest$5.class... processing com/facebook/GraphRequest$6.class... processing com/facebook/GraphRequest$7.class... processing com/facebook/GraphRequest$Attachment.class... processing com/facebook/GraphRequest$Callback.class... processing com/facebook/GraphRequest$GraphJSONArrayCallback.class... processing com/facebook/GraphRequest$GraphJSONObjectCallback.class... processing com/facebook/GraphRequest$KeyValueSerializer.class... processing com/facebook/GraphRequest$OnProgressCallback.class... processing com/facebook/GraphRequest$ParcelableResourceWithMimeType.class... processing com/facebook/GraphRequest$ParcelableResourceWithMimeType$1.class... processing com/facebook/GraphRequest$Serializer.class... processing com/facebook/GraphRequestAsyncTask.class... processing com/facebook/GraphRequestBatch.class... processing com/facebook/GraphRequestBatch$Callback.class... processing com/facebook/GraphRequestBatch$OnProgressCallback.class... processing com/facebook/GraphResponse.class... processing com/facebook/GraphResponse$PagingDirection.class... processing com/facebook/HttpMethod.class... processing com/facebook/LegacyTokenHelper.class... processing com/facebook/LoggingBehavior.class... processing com/facebook/Profile.class... processing com/facebook/Profile$1.class... processing com/facebook/Profile$2.class... processing com/facebook/ProfileCache.class... processing com/facebook/ProfileManager.class... processing com/facebook/ProfileTracker.class... processing com/facebook/ProfileTracker$1.class... processing com/facebook/ProfileTracker$ProfileBroadcastReceiver.class... processing com/facebook/ProgressNoopOutputStream.class... processing com/facebook/ProgressOutputStream.class... processing com/facebook/ProgressOutputStream$1.class... processing com/facebook/RequestOutputStream.class... processing com/facebook/RequestProgress.class... processing com/facebook/RequestProgress$1.class... processing com/facebook/TestUserManager.class... processing com/facebook/TestUserManager$Mode.class... ignored resource com/facebook/appevents/ processing com/facebook/appevents/AppEventsConstants.class... processing com/facebook/appevents/AppEventsLogger.class... processing com/facebook/appevents/AppEventsLogger$1.class... processing com/facebook/appevents/AppEventsLogger$2.class... processing com/facebook/appevents/AppEventsLogger$3.class... processing com/facebook/appevents/AppEventsLogger$4.class... processing com/facebook/appevents/AppEventsLogger$5.class... processing com/facebook/appevents/AppEventsLogger$6.class... processing com/facebook/appevents/AppEventsLogger$7.class... processing com/facebook/appevents/AppEventsLogger$AccessTokenAppIdPair.class... processing com/facebook/appevents/AppEventsLogger$AccessTokenAppIdPair$SerializationProxyV1.class... processing com/facebook/appevents/AppEventsLogger$AppEvent.class... processing com/facebook/appevents/AppEventsLogger$AppEvent$SerializationProxyV1.class... processing com/facebook/appevents/AppEventsLogger$FlushBehavior.class... processing com/facebook/appevents/AppEventsLogger$FlushReason.class... processing com/facebook/appevents/AppEventsLogger$FlushResult.class... processing com/facebook/appevents/AppEventsLogger$FlushStatistics.class... processing com/facebook/appevents/AppEventsLogger$PersistedAppSessionInfo.class... processing com/facebook/appevents/AppEventsLogger$PersistedAppSessionInfo$1.class... processing com/facebook/appevents/AppEventsLogger$PersistedEvents.class... processing com/facebook/appevents/AppEventsLogger$SessionEventsState.class... processing com/facebook/appevents/FacebookTimeSpentData.class... processing com/facebook/appevents/FacebookTimeSpentData$1.class... processing com/facebook/appevents/FacebookTimeSpentData$SerializationProxyV1.class... processing com/facebook/appevents/FacebookTimeSpentData$SerializationProxyV2.class... ignored resource com/facebook/applinks/ processing com/facebook/applinks/AppLinkData.class... processing com/facebook/applinks/AppLinkData$1.class... processing com/facebook/applinks/AppLinkData$CompletionHandler.class... processing com/facebook/applinks/FacebookAppLinkResolver.class... processing com/facebook/applinks/FacebookAppLinkResolver$1.class... processing com/facebook/applinks/FacebookAppLinkResolver$2.class... ignored resource com/facebook/internal/ processing com/facebook/internal/AnalyticsEvents.class... processing com/facebook/internal/AppCall.class... processing com/facebook/internal/AppEventsLoggerUtility.class... processing com/facebook/internal/AppEventsLoggerUtility$1.class... processing com/facebook/internal/AppEventsLoggerUtility$GraphAPIActivityType.class... processing com/facebook/internal/AttributionIdentifiers.class... processing com/facebook/internal/AttributionIdentifiers$1.class... processing com/facebook/internal/AttributionIdentifiers$GoogleAdInfo.class... processing com/facebook/internal/AttributionIdentifiers$GoogleAdServiceConnection.class... processing com/facebook/internal/BoltsMeasurementEventListener.class... processing com/facebook/internal/BundleJSONConverter.class... processing com/facebook/internal/BundleJSONConverter$1.class... processing com/facebook/internal/BundleJSONConverter$2.class... processing com/facebook/internal/BundleJSONConverter$3.class... processing com/facebook/internal/BundleJSONConverter$4.class... processing com/facebook/internal/BundleJSONConverter$5.class... processing com/facebook/internal/BundleJSONConverter$6.class... processing com/facebook/internal/BundleJSONConverter$7.class... processing com/facebook/internal/BundleJSONConverter$Setter.class... processing com/facebook/internal/CallbackManagerImpl.class... processing com/facebook/internal/CallbackManagerImpl$Callback.class... processing com/facebook/internal/CallbackManagerImpl$RequestCodeOffset.class... processing com/facebook/internal/CollectionMapper.class... processing com/facebook/internal/CollectionMapper$1.class... processing com/facebook/internal/CollectionMapper$2.class... processing com/facebook/internal/CollectionMapper$Collection.class... processing com/facebook/internal/CollectionMapper$OnErrorListener.class... processing com/facebook/internal/CollectionMapper$OnMapValueCompleteListener.class... processing com/facebook/internal/CollectionMapper$OnMapperCompleteListener.class... processing com/facebook/internal/CollectionMapper$ValueMapper.class... processing com/facebook/internal/DialogFeature.class... processing com/facebook/internal/DialogPresenter.class... processing com/facebook/internal/DialogPresenter$ParameterProvider.class... processing com/facebook/internal/FacebookDialogBase.class... processing com/facebook/internal/FacebookDialogBase$ModeHandler.class... processing com/facebook/internal/FacebookDialogFragment.class... processing com/facebook/internal/FacebookDialogFragment$1.class... processing com/facebook/internal/FacebookDialogFragment$2.class... processing com/facebook/internal/FacebookRequestErrorClassification.class... processing com/facebook/internal/FacebookRequestErrorClassification$1.class... processing com/facebook/internal/FacebookRequestErrorClassification$2.class... processing com/facebook/internal/FacebookRequestErrorClassification$3.class... processing com/facebook/internal/FacebookWebFallbackDialog.class... processing com/facebook/internal/FacebookWebFallbackDialog$1.class... processing com/facebook/internal/FileLruCache.class... processing com/facebook/internal/FileLruCache$1.class... processing com/facebook/internal/FileLruCache$2.class... processing com/facebook/internal/FileLruCache$3.class... processing com/facebook/internal/FileLruCache$BufferFile.class... processing com/facebook/internal/FileLruCache$BufferFile$1.class... processing com/facebook/internal/FileLruCache$BufferFile$2.class... processing com/facebook/internal/FileLruCache$CloseCallbackOutputStream.class... processing com/facebook/internal/FileLruCache$CopyingInputStream.class... processing com/facebook/internal/FileLruCache$Limits.class... processing com/facebook/internal/FileLruCache$ModifiedFile.class... processing com/facebook/internal/FileLruCache$StreamCloseCallback.class... processing com/facebook/internal/FileLruCache$StreamHeader.class... processing com/facebook/internal/FragmentWrapper.class... processing com/facebook/internal/GraphUtil.class... processing com/facebook/internal/ImageDownloader.class... processing com/facebook/internal/ImageDownloader$1.class... processing com/facebook/internal/ImageDownloader$CacheReadWorkItem.class... processing com/facebook/internal/ImageDownloader$DownloadImageWorkItem.class... processing com/facebook/internal/ImageDownloader$DownloaderContext.class... processing com/facebook/internal/ImageDownloader$RequestKey.class... processing com/facebook/internal/ImageRequest.class... processing com/facebook/internal/ImageRequest$1.class... processing com/facebook/internal/ImageRequest$Builder.class... processing com/facebook/internal/ImageRequest$Callback.class... processing com/facebook/internal/ImageResponse.class... processing com/facebook/internal/ImageResponseCache.class... processing com/facebook/internal/ImageResponseCache$BufferedHttpInputStream.class... pr I don't know what's wrong with my project. I've tried finding a multiple .jar file and .aar file (this solution is suggested in many question and it works) which I found none.

facebook login and share dialog not shown in android mobile

$
0
0
Hi,
I'm using facebook sdk 7.4 and unity 5.2.2f1 and I want to login into facebook profile and share the game using FB.FeedShare function in android phone. The login works in editor, but not in android phone. when login button is pressed, a dialog window is getting load but it disappears quickly. The share functionality has the same problem.
I'm stucked in this problem for 2 weeks, and I don't know what to do! I'll be so gratefull if anybody can solve it..
public void initFB() { if (!FB.IsInitialized) { FB.Init (setInit, onUnityHide); } else { isLoggedIn = FB.IsLoggedIn; } } public void setInit() { if (FB.IsLoggedIn) { Debug.Log ("u r logged in!"); getProfile(); } else { Debug.Log ("u r not logged in!"); } isLoggedIn = FB.IsLoggedIn; } private void onUnityHide(bool isShown) { if (!isShown) { Time.timeScale = 0; } else { Time.timeScale = 1; } } public void FBLogin() { List perms = new List (); perms.Add ("public_profile"); FB.LogInWithReadPermissions (perms, authCallBack); } public void authCallBack(IResult result) { if (result.Error != null) { Debug.Log (result.Error.ToString ()); } else { if (FB.IsLoggedIn) { FacebookManager.Instance.isLoggedIn = true; FacebookManager.Instance.getProfile(); Debug.Log ("you are logged in!"); } else { Debug.Log ("you are not logged in!"); } setMenu(FB.IsLoggedIn); } } public void share() { FB.FeedShare ( string.Empty, null, "Hi Title!", "Hi Caption!", "Hi Description!", new System.Uri("http://s3.img7.ir/hPyQA.jpg"), string.Empty, shareCall ); } public void shareCall(IResult result) { if (result.Cancelled) { Debug.Log ("share cancelled!"); } else if (!string.IsNullOrEmpty (result.Error)) { Debug.Log ("error on share!"); } else if (!string.IsNullOrEmpty (result.RawResult)){ Debug.Log ("success on share!"); } }

facebook bulid error

$
0
0
facebook login unity play good!! but android bulid and run error java.lang.RuntimeException: Unable to get provider com.facebook.FacebookContentProvider: java.lang.ClassNotFoundException: Didn't find class "com.facebook.FacebookContentProvider" on path: DexPathList[[zip file "/data/app/com.ftest.fishtest-1/base.apk"],nativeLibraryDirectories=[/data/app/com.ftest.fishtest-1/lib/arm, /data/app/com.ftest.fishtest-1/base.apk!/lib/armeabi-v7a, /vendor/lib, /system/lib]] what error?

how to send file (local path) using wwwForm on iOS and Android?

$
0
0
Hey Peeps We are trying to upload a file a video file on Facebook using wwwForm but i don't think i have the correct local path for the device. here is the code we are using: public void PostVideo(string VideoLocStr) { Debug.Log (VideoLocStr); this.StartCoroutine(this.StartVideoUpload(VideoLocStr)); } private IEnumerator StartVideoUpload(string VideoLocStr) { yield return new WaitForEndOfFrame(); WWW www = new WWW("file:///Users/" + VideoLocStr); while(!www.isDone) { yield return null; Debug.Log("progress : "+www.progress); } Debug.Log("size : "+www.size); var wwwForm = new WWWForm(); wwwForm.AddBinaryData("file", www.bytes, "Video.MOV","multipart/form-data"); wwwForm.AddField("title", "Hello World"); wwwForm.AddField("description", "How you doing?"); FB.API("123456789/videos", HttpMethod.POST, UploadFinish, wwwForm); } This is the error that it spits out: result : [BaseResult: Error=bad request, Result=System.Collections.Generic.Dictionary`2[System.String,System.Object], RawResult={"error":{"message":"There was a problem uploading your video file. Please try again.","type":"OAuthException","code":381,"error_subcode":1363021,"is_transient":false,"error_user_title":"Video Upload Problem","error_user_msg":"There was a problem uploading your video. Please try again.","fbtrace_id":"DIY4Zuvn0bO"}}, Cancelled=False] , error : bad request can't find any information on the error searching with google or on the Facebook developer website. **Does anyone know what the correct file path should be for iOS and Android? ** Thank you for your time. Kind Regards

Facebook.MiniJSON Deserialize comments and nested values under from returning no values.

$
0
0
Good day, We are using a FB.API call to retrieve the comments on a post, we are unable to retrieve the data nested under "from". API Explorer command: "10153539873517828/comments?" C# code FB.API("/10153539873517828/comments?", HttpMethod.GET, delegate (IGraphResult result) { string jsonMessage = result.RawResult; Debug.Log(jsonMessage); var soap = Json.Deserialize(jsonMessage) as Dictionary; List entries = soap["data"] as List; try { for (int i = 0; i < soap.Count; i++) { Dictionary messageData = entries[i] as Dictionary; object resultData = messageData["message"]; (Works) object resultData = messageData["name"]; (Blank) Debug.Log("JSON string : " + resultData.ToString()); } } catch { Debug.Log("Done!!!"); } }); JSON String: { "data": [ { "created_time": "2016-03-31T11:10:18+0000", "from": { "name": "Hello world", "id": "298062736962722" }, "message": "Test comment", "id": "10153539873517828_10153539875377828" }, { "created_time": "2016-03-31T11:12:47+0000", "from": { "name": "Hello world", "id": "298062736962722" }, "message": "people must be wonder what the bleep is this, lol.", "id": "10153539873517828_10153539877202828" } ], "paging": { "cursors": { "before": "WTI5dGJXVnVkRjlqZAFhKemIzSTZANVEF4TlRNMU16azROelV6TnpjNE1qZAzZANVFExT1RReU1qWXhPQT09", "after": "WTI5dGJXVnVkRjlqZAFhKemIzSTZANVEF4TlRNMU16azROemN5TURJNE1qZAzZANVFExT1RReU1qYzJOdz09" } } } We can successfully get the "message" and "id" under "data" when trying to get the "name" and the associated "id" it returns blank values. We have read many post and had a look at some of the solution people have posted and we have not found anything that has helped to resolve the issue. As we are using the FB SDK it would stand to reason that we should be able to use the Facebook.MiniJSON to deserialize the above string. Retrieving: { "created_time": "2016-03-31T11:10:18+0000", "from": { "name": "Hello world", "id": "298062736962722" }, "message": "Test comment", "id": "10153539873517828_10153539875377828" }, All the example on the developer documentation only cover first level retrieval, how can we fix this?

FaceBook sdk Error Coding

$
0
0
Sr about my English. i import facebook sdk 7.4.0 i want code with FB sdk but it's error when i build it. ![alt text][1] [1]: /storage/temp/67916-fberror.png How can i fix it? Thanks for any help.

failed to re package resources facebook sdk

$
0
0
I've used facebook sdk in my unity project and while building the apk I get this error `CommandInvokationFailure: Failed to re-package resources. See the Console for details. C:\Android\sdk\build-tools\23.0.2\aapt.exe package --auto-add-overlay -v -f -m -J gen -M AndroidManifest.xml -S "res" -I "C:/Android/sdk\platforms\android-23\android.jar" -F bin/resources.ap_ --extra-packages android.support.v7.cardview:com.facebook:com.facebook:com.facebook.android:com.facebook.android:android.support.v4:com.whileLOO.drawningbuny -S` Need some help to fix this

Invitable Friends User ID Problem Facebook SK

$
0
0
Hi, i have a problem with invitable_friends of Facebook SDK, when i try to get the ID of user of Invitable friends, facebook return me the Id of application, How can i get the user ID? I send this to FB.API FB.API("/me?fields=invitable_friends.fields(id,name)", Facebook.HttpMethod.GET, FBAPICallbackFriends);

Facebook Hash key error

$
0
0
I have **OpenSSL** in I:\ drive, I have **Java** in I:\ drive. I have pointed the java location from Unity. I have the Android SDK (works flawlesly, already exported a few games). I have set the **variables** Variables: I:\OpenSSL-Win64\bin\openssl.cfg;I:\OpenSSL-Win64\bin I:\Program Files\Java\jdk1.8.0_91;I:\Program Files\Java\jdk1.8.0_91\bin ![alt text][1] [1]: /storage/temp/68549-error.jpg I get this error

Share screenshot on FB without SDK?

$
0
0
Greetings, I'm trying to take a screenshot of the game and have the player be able to post it on their Facebook. I found a simple script that uses Facebook feed to share an image, given the URL of the image so the image has to be uploaded somewhere first for it to be shared. The function works fine, however; I don't want to upload the picture to anywhere cause it's just a temporary thing it would be nice if I could pass the image data in the URL directly. So, I tried saving the picture to disk, and used "file://image_path.jpg" as the picture link. public static void ShareOnFB() { int width = Screen.width; int height = Screen.height; var texture = new Texture2D(width, height, TextureFormat.RGBA32, false); texture.ReadPixels(new Rect(0, 0, width, height), 0, 0); texture.Apply(); byte[] screenshot = texture.EncodeToJPG(); string savepath = Application.persistentDataPath + "/Screenshot.jpg"; File.WriteAllBytes(savepath, screenshot); string AppID = "APP ID NUMBER"; string Link = "https://play.google.com"; string Name = "Test Picture Share"; string Caption = "Yo I got a cool score"; string Description = "Enjoy this game"; string Picture = "file://" + savepath; Application.OpenURL("https://www.facebook.com/dialog/feed?" + "app_id=" + AppID + "&link=" + Link + "&picture=" + Picture + "&name=" + ReplaceSpace(Name) + "&caption=" + ReplaceSpace(Caption) + "&description=" + ReplaceSpace(Description) + "&redirect_uri=https://facebook.com/"); } However I'm getting an error from Facebook: "picture is not properly formatted" Any idea how I can get this thing to work? And if I must upload the image somewhere, I was looking how I would use imgur or something but nothing seems to be straight-forward. Is there an easy way/website that I could temporarily dump images to? I found a lot of websites but I'm not sure how to upload to them via code from Unity. Thanks. @Bunny83

Facebook invite within Applicaiton

$
0
0
Hi, I need to invite users from my application in Facebook. I'm aware of this option: [Facebook Invite][1], but it opens the Facebook invite in Facebook page/applicaiton and not within the application. the quesiton is, if it possiable to open the invites within the application, ofcourse we are using the lastest Facebook SDK available. Thanks ahead. [1]: https://developers.facebook.com/docs/unity/reference/current/FB.Mobile.AppInvite

Unable to convert classes into dex format build error in Unity 5.3.4f1, when Google Play games plugin & Facebook plugins are added into the project

$
0
0
Hi, In my game, after importing Google play games plugin and Facebook plugin, I cant build my Unity Project . It gives a build error, Unable to convert classes to dex format. The Unity version is 5.3.4f1. The google play games plugin version is 0.9.32. Facebook plugin version is 7.5.0. The error log that I'm getting is this: > CommandInvokationFailure: Unable to convert classes into dex format. See the Console for details.> C:\Program Files\Java\jdk1.8.0_31\bin\java.exe -Xmx2048M -Dcom.android.sdkmanager.toolsdir="E:/Adt/adt-bundle-windows-x86_64-20140702/sdk\tools" -Dfile.encoding=UTF8 -jar "C:\Program Files\Unity\Editor\Data\PlaybackEngines\AndroidPlayer/Tools\sdktools.jar" ->>>> stderr[>>Uncaught translation error: >>java.lang.IllegalArgumentException: already added: Landroid/support/v4/BuildConfig;>>Uncaught translation error: >>java.lang.IllegalArgumentException: already added: Landroid/support/v4/accessibilityservice/AccessibilityServiceInfoCompat;>>Uncaught translation error:>> java.lang.IllegalArgumentException: already added: Landroid/support/v4/accessibilityservice/AccessibilityServiceInfoCompat$AccessibilityServiceInfoIcsImpl;>>Uncaught translation error:>> java.lang.IllegalArgumentException: already added: Landroid/support/v4/accessibilityservice/AccessibilityServiceInfoCompat$AccessibilityServiceInfoJellyBeanMr2;>>Uncaught translation error: >>java.lang.IllegalArgumentException: already added: Landroid/support/v4/accessibilityservice/AccessibilityServiceInfoCompat$AccessibilityServiceInfoStubImpl;>>Uncaught translation error: >>java.lang.IllegalArgumentException: already added: Landroid/support/v4/accessibilityservice/AccessibilityServiceInfoCompat$AccessibilityServiceInfoVersionImpl;>>Uncaught translation error: >>java.lang.IllegalArgumentException: already added: Landroid/support/v4/animation/AnimatorCompatHelper;>>Uncaught translation error:>>java.lang.IllegalArgumentException: already added: Landroid/support/v4/app/ActionBarDrawerToggle;>>Uncaught translation error:>>java.lang.IllegalArgumentException: already added: Landroid/support/v4/app/ActionBarDrawerToggle$1;>>UNEXPECTED TOP-LEVEL EXCEPTION:>>java.lang.RuntimeException: Translation has been interrupted >>at>>com.android.dx.command.dexer.Main.processAllFiles(Main.java:608)>>at>>com.android.dx.command.dexer.Main.runMonoDex(Main.java:311)>>at>>com.android.dx.command.dexer.Main.run(Main.java:277)>>at>>com.android.dx.command.dexer.Main.main(Main.java:245)>>at >>com.android.dx.command.Main.main(Main.java:106)>>at>>sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)>>at>>sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)>>at >>sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)>>at >>java.lang.reflect.Method.invoke(Method.java:483)>>at >>SDKMain.main(SDKMain.java:129)>>Caused by: java.lang.InterruptedException: Too many errors>>at >>com.android.dx.command.dexer.Main.processAllFiles(Main.java:600)>>... 9 more>>]>>stdout[>>processing archive F:\User\path1\path2\path3\Temp\StagingArea\android-libraries\MainLibProj\libs\.\play-games-plugin-support.jar...>>ignored resource META-INF/>>ignored resource META-INF/MANIFEST.MF>>ignored resource com/>>ignored resource com/google/>>ignored resource com/google/games/>>ignored resource com/google/games/bridge/>>processing com/google/games/bridge/BuildConfig.class...>>processing com/google/games/bridge/NativeBridgeActivity.class...>>processing com/google/games/bridge/TokenFragment.class...>>processing com/google/games/bridge/TokenFragment$1.class...>>processing com/google/games/bridge/TokenFragment$2.class...>>processing com/google/games/bridge/TokenFragment$3.class...>>processing com/google/games/bridge/TokenFragment$TokenRequest.class...>>processing com/google/games/bridge/TokenPendingResult.class...>>processing com/google/games/bridge/TokenResult.class...>>processing archive F:\User\path1\path2\path3\Temp\StagingArea\android-libraries\cardview-v7-23.2.1\bin\classes.jar...>>processing android/support/v7/cardview/BuildConfig.class...>>processing android/support/v7/widget/CardView.class...>>processing android/support/v7/widget/CardViewApi21.class...>>processing android/support/v7/widget/CardViewDelegate.class...>>processing android/support/v7/widget/CardViewEclairMr1.class...>>processing android/support/v7/widget/CardViewEclairMr1$1.class...>>processing android/support/v7/widget/CardViewImpl.class...>>processing android/support/v7/widget/CardViewJellybeanMr1.class...>>processing android/support/v7/widget/CardViewJellybeanMr1$1.class...>>processing android/support/v7/widget/RoundRectDrawable.class...>>processing android/support/v7/widget/RoundRectDrawableWithShadow.class...>>processing android/support/v7/widget/RoundRectDrawableWithShadow$RoundRectHelper.class...>>processing archive F:\User\path1\path2\path3\Temp\StagingArea\android-libraries\facebook-android-sdk-4.11.0\bin\classes.jar...>>ignored resource META-INF/>>ignored resource META-INF/MANIFEST.MF>>ignored resource android/>>ignored resource android/support/>>ignored resource android/support/v7/>>ignored resource android/support/v7/cardview/>>ignored resource com/>>ignored resource com/facebook/>>processing com/facebook/AccessToken.class...>>processing com/facebook/AccessToken$1.class...>>processing com/facebook/AccessToken$2.class...>>processing com/facebook/AccessToken$AccessTokenCreationCallback.class...>>processing com/facebook/AccessToken$AccessTokenRefreshCallback.class...>>processing com/facebook/AccessTokenCache.class...>>processing com/facebook/AccessTokenCache$SharedPreferencesTokenCachingStrategyFactory.class...>>processing com/facebook/AccessTokenManager.class...>>processing com/facebook/AccessTokenManager$1.class...>> processing> com/facebook/AccessTokenManager$2.class...>> processing> com/facebook/AccessTokenManager$3.class...>> processing> com/facebook/AccessTokenManager$4.class...>> processing> com/facebook/AccessTokenManager$RefreshResult.class...>> processing> com/facebook/AccessTokenSource.class...>> processing> com/facebook/AccessTokenTracker.class...>> processing> com/facebook/AccessTokenTracker$1.class...>> processing> com/facebook/AccessTokenTracker$CurrentAccessTokenBroadcastReceiver.class...>> processing> com/facebook/BuildConfig.class...>> processing> com/facebook/CallbackManager.class...>> processing> com/facebook/CallbackManager$Factory.class...>> processing> com/facebook/CustomTabActivity.class...>> processing> com/facebook/FacebookActivity.class...>> processing> com/facebook/FacebookAuthorizationException.class...>> processing> com/facebook/FacebookBroadcastReceiver.class...>> processing> com/facebook/FacebookButtonBase.class...>>processing com/facebook/FacebookButtonBase$1.class...>> processing> com/facebook/FacebookCallback.class...>> processing> com/facebook/FacebookContentProvider.class...>> processing> com/facebook/FacebookDialog.class...>> processing> com/facebook/FacebookDialogException.class...>> processing> com/facebook/FacebookException.class...>> processing> com/facebook/FacebookGraphResponseException.class...>> processing> com/facebook/FacebookOperationCanceledException.class...>> processing> com/facebook/FacebookRequestError.class...>> processing> com/facebook/FacebookRequestError$1.class...>> processing> com/facebook/FacebookRequestError$Category.class...>> processing> com/facebook/FacebookRequestError$Range.class...>> processing> com/facebook/FacebookSdk.class...>> processing> com/facebook/FacebookSdk$1.class...>> processing> com/facebook/FacebookSdk$2.class...>> processing> com/facebook/FacebookSdk$3.class...>> processing> com/facebook/FacebookSdk$4.class...>> processing> com/facebook/FacebookSdk$InitializeCallback.class...>> processing> com/facebook/FacebookSdkNotInitializedException.class...>> processing> com/facebook/FacebookSdkVersion.class...>>processing> com/facebook/FacebookServiceException.class...>> processing> com/facebook/GraphRequest.class...>> processing> com/facebook/GraphRequest$1.class...>> processing> com/facebook/GraphRequest$2.class...>> processing> com/facebook/GraphRequest$3.class...>> processing> com/facebook/GraphRequest$4.class...>> processing> com/facebook/GraphRequest$5.class...>> processing> com/facebook/GraphRequest$6.class...>> processing> com/facebook/GraphRequest$7.class...>> processing> com/facebook/GraphRequest$Attachment.class...>> processing> com/facebook/GraphRequest$Callback.class...>>processing com/facebook/GraphRequest$GraphJSONArrayCallback.class...>> processing> com/facebook/GraphRequest$GraphJSONObjectCallback.class...>> processing> com/facebook/GraphRequest$KeyValueSerializer.class...>> processing> com/facebook/GraphRequest$OnProgressCallback.class...>> processing> com/facebook/GraphRequest$ParcelableResourceWithMimeType.class...>> processing> com/facebook/GraphRequest$ParcelableResourceWithMimeType$1.class...>> processing> com/facebook/GraphRequest$Serializer.class...>> processing> com/facebook/GraphRequestAsyncTask.class...>> processing> com/facebook/GraphRequestBatch.class...>> processing> com/facebook/GraphRequestBatch$Callback.class...>> processing> com/facebook/GraphRequestBatch$OnProgressCallback.class...>> processing> com/facebook/GraphResponse.class...>>processing >com/facebook/GraphResponse$PagingDirection.class...>> processing> com/facebook/HttpMethod.class...>> processing> com/facebook/LegacyTokenHelper.class...>> processing> com/facebook/LoggingBehavior.class...>> processing> com/facebook/Profile.class...>> processing> com/facebook/Profile$1.class...>> processing> com/facebook/Profile$2.class...>> processing> com/facebook/ProfileCache.class...>> processing> com/facebook/ProfileManager.class...>> processing> com/facebook/ProfileTracker.class...>> processing> com/facebook/ProfileTracker$1.class...>> processing> com/facebook/ProfileTracker$ProfileBroadcastReceiver.class...>> processing> com/facebook/ProgressNoopOutputStream.class...>> processing> com/facebook/ProgressOutputStream.class...>> processing> com/facebook/ProgressOutputStream$1.class...>> processing> com/facebook/RequestOutputStream.class...>> processing> com/facebook/RequestProgress.class...>> processing> com/facebook/RequestProgress$1.class...>> processing> com/facebook/TestUserManager.class...>> processing> com/facebook/TestUserManager$Mode.class...>> ignored resource> com/facebook/appevents/ >>processing> com/facebook/appevents/AppEventsConstants.class...>> processing> com/facebook/appevents/AppEventsLogger.class...>> processing> com/facebook/appevents/AppEventsLogger$1.class...>> processing> com/facebook/appevents/AppEventsLogger$2.class...>> processing> com/facebook/appevents/AppEventsLogger$3.class...>> processing> com/facebook/appevents/AppEventsLogger$4.class...>> processing> com/facebook/appevents/AppEventsLogger$5.class...>> processing> com/facebook/appevents/AppEventsLogger$6.class...>> processing> com/facebook/appevents/AppEventsLogger$7.class...>> processing> com/facebook/appevents/AppEventsLogger$AccessTokenAppIdPair.class...>> processing> com/facebook/appevents/AppEventsLogger$AccessTokenAppIdPair$SerializationProxyV1.class...>> processing> com/facebook/appevents/AppEventsLogger$AppEvent.class...>> processing> com/facebook/appevents/AppEventsLogger$AppEvent$SerializationProxyV1.class...>> processing> com/facebook/appevents/AppEventsLogger$FlushBehavior.class...>> processing> com/facebook/appevents/AppEventsLogger$FlushReason.class...>> processing> com/facebook/appevents/AppEventsLogger$FlushResult.class...>> processing> com/facebook/appevents/AppEventsLogger$FlushStatistics.class...>> processing> com/facebook/appevents/AppEventsLogger$PersistedAppSessionInfo.class...>> processing> com/facebook/appevents/AppEventsLogger$PersistedAppSessionInfo$1.class...>> processing> com/facebook/appevents/AppEventsLogger$PersistedEvents.class...>> processing> com/facebook/appevents/AppEventsLogger$SessionEventsState.class...>> processing> com/facebook/appevents/FacebookTimeSpentData.class...>> processing> com/facebook/appevents/FacebookTimeSpentData$1.class...>> processing> com/facebook/appevents/FacebookTimeSpentData$SerializationProxyV1.class...>> processing> com/facebook/appevents/FacebookTimeSpentData$SerializationProxyV2.class...>> ignored resource> com/facebook/appevents/internal/>> processing> com/facebook/appevents/internal/ActivityLifecycleTracker.class...>> processing> com/facebook/appevents/internal/ActivityLifecycleTracker$1.class...>> processing> com/facebook/appevents/internal/ActivityLifecycleTracker$2.class...>> processing> com/facebook/appevents/internal/ActivityLifecycleTracker$3.class...>> processing> com/facebook/appevents/internal/ActivityLifecycleTracker$4.class...>> processing> com/facebook/appevents/internal/ActivityLifecycleTracker$4$1.class...>> processing> com/facebook/appevents/internal/Constants.class...>> processing> com/facebook/appevents/internal/SessionInfo.class...>> processing> com/facebook/appevents/internal/SessionLogger.class...>>processing >com/facebook/appevents/internal/SourceApplicationInfo.class...>> processing> com/facebook/appevents/internal/SourceApplicationInfo$1.class...>> processing> com/facebook/appevents/internal/SourceApplicationInfo$Factory.class...>> ignored resource> com/facebook/applinks/ >>processing> com/facebook/applinks/AppLinkData.class...>> processing> com/facebook/applinks/AppLinkData$1.class...>> processing> com/facebook/applinks/AppLinkData$CompletionHandler.class...>> processing> com/facebook/applinks/FacebookAppLinkResolver.class...>> processing> com/facebook/applinks/FacebookAppLinkResolver$1.class...>> processing> com/facebook/applinks/FacebookAppLinkResolver$2.class...>> ignored resource> com/facebook/internal/ >>processing> com/facebook/internal/AnalyticsEvents.class...>> processing> com/facebook/internal/AppCall.class...>> processing> com/facebook/internal/AppEventsLoggerUtility.class...>> processing> com/facebook/internal/AppEventsLoggerUtility$1.class...>> processing> com/facebook/internal/AppEventsLoggerUtility$GraphAPIActivityType.class...>> processing> com/facebook/internal/AttributionIdentifiers.class...>> processing> com/facebook/internal/AttributionIdentifiers$1.class...>> processing> com/facebook/internal/AttributionIdentifiers$GoogleAdInfo.class...>> processing> com/facebook/internal/AttributionIdentifiers$GoogleAdServiceConnection.class...>> processing> com/facebook/internal/BoltsMeasurementEventListener.class...>> processing> com/facebook/internal/BundleJSONConverter.class...>> processing> com/facebook/internal/BundleJSONConverter$1.class...>> processing> com/facebook/internal/BundleJSONConverter$2.class...>> processing> com/facebook/internal/BundleJSONConverter$3.class...>> processing> com/facebook/internal/BundleJSONConverter$4.class...>> processing> com/facebook/internal/BundleJSONConverter$5.class...>> processing> com/facebook/internal/BundleJSONConverter$6.class...>> processing> com/facebook/internal/BundleJSONConverter$7.class...>> processing> com/facebook/internal/BundleJSONConverter$Setter.class...>> processing> com/facebook/internal/CallbackManagerImpl.class...>> processing> com/facebook/internal/CallbackManagerImpl$Callback.class...>> processing> com/facebook/internal/CallbackManagerImpl$RequestCodeOffset.class...>> processing> com/facebook/internal/CollectionMapper.class...>> processing> com/facebook/internal/CollectionMapper$1.class...>> processing> com/facebook/internal/CollectionMapper$2.class...>> processing> com/facebook/internal/CollectionMapper$Collection.class...>> processing> com/facebook/internal/CollectionMapper$OnErrorListener.class...>> processing> com/facebook/internal/CollectionMapper$OnMapValueCompleteListener.class...>> processing> com/facebook/internal/CollectionMapper$OnMapperCompleteListener.class...>> processing> com/facebook/internal/CollectionMapper$ValueMapper.class...>> processing> com/facebook/internal/CustomTab.class...>> processing> com/facebook/internal/DialogFeature.class...>> processing> com/facebook/internal/DialogPresenter.class...>> processing> com/facebook/internal/DialogPresenter$ParameterProvider.class...>> processing> com/facebook/internal/FacebookDialogBase.class...>> processing> com/facebook/internal/FacebookDialogBase$ModeHandler.class...>> processing> com/facebook/internal/FacebookDialogFragment.class...>> processing> com/facebook/internal/FacebookDialogFragment$1.class...>> processing> com/facebook/internal/FacebookDialogFragment$2.class...>> processing> com/facebook/internal/FacebookRequestErrorClassification.class...>> processing> com/facebook/internal/FacebookRequestErrorClassification$1.class...>> processing> com/facebook/internal/FacebookRequestErrorClassification$2.class...>> processing> com/facebook/internal/FacebookRequestErrorClassification$3.class...>> processing> com/facebook/internal/FacebookWebFallbackDialog.class...>> processing> com/facebook/internal/FacebookWebFallbackDialog$1.class...>> processing> com/facebook/internal/FileLruCache.class...>> processing> com/facebook/internal/FileLruCache$1.class...>> processing> com/facebook/internal/FileLruCache$2.class...>> processing> com/facebook/interna [message truncated] I guess it is due to the Support-v4 aar file. There are two copies of Support-v4 aar file in the project, when I had added google play games plugin and facebook sdk plugin. But when I try to remove any one of the aar file, the project is building successfully, but the plugins wont work at all. So is there any way to solve this issue.? Thanks in advance.

Error using Facebook API to get user's birthday (given key not present in dictionary)

$
0
0
Hi, I have used the Facebook API to get the user's first name and gender fine, but when I try to also get their birthday. I get an error. Here is the code (It works fine for name and gender but not birthday): void AuthCallBack (IResult result) { if (result.Error != null) { Debug.Log(result.Error); } else { if (FB.IsLoggedIn) { //Get Username, first parametre is what you want to get, method, callback FB.API("/me?fields=first_name", HttpMethod.GET, DisplayUsername); FB.API("/me?fields=gender", HttpMethod.GET, DisplayGender); FB.API("/me?fields=birthday", HttpMethod.GET, DisplayBirthday); SceneManager.LoadScene("loggedinpage"); } else { Debug.Log("not logged in"); } } } void DisplayUsername (IResult result) { FacebookFirstName = result.ResultDictionary ["first_name"]; Debug.Log(FacebookFirstName.ToString()); } void DisplayGender(IResult result) { FacebookGender = result.ResultDictionary["gender"]; Debug.Log(FacebookGender.ToString()); } void DisplayBirthday(IResult result) { FacebookBirthday = result.ResultDictionary["birthday"]; Debug.Log(FacebookBirthday.ToString()); } } And here is the error: KeyNotFoundException: The given key was not present in the dictionary. System.Collections.Generic.Dictionary`2[System.String,System.Object].get_Item (System.String key) (at /Users/builduser/buildslave/mono/build/mcs/class/corlib/System.Collections.Generic/Dictionary.cs:150) facebook.DisplayBirthday (IResult result) (at Assets/Scripts/facebook.cs:104) Facebook.Unity.AsyncRequestString+c__Iterator1.MoveNext () (at Assets/FacebookSDK/SDK/Scripts/Utils/AsyncRequestString.cs:133) Thanks a lot
Viewing all 827 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>