Menu
  • HOME
  • TAGS

Intuit QBO SDK v3 Setting Customer PreferredDeliveryMethod to None does not seem to be working correctly

sdk,quickbooks-online

Per Intuit Developer Community, "Most probably it is a sandbox issue as it has data already setup which can sometimes cause data issues." Yes, I have seen other data issues with Sandbox. This is the accepted answer....

Need Fingerprint Reader Integration with SDK?

sdk,integration,fingerprint,reader

Robert, I can recommend you the bio-plugin sdk. Here is a complete and very easy tutorial on how to integrate. http://www.codeproject.com/Articles/38881/Fingerprint-Reader-Integration-using-the-M-SYS-SDK Hope this will help. ...

Casting when migrating to Android Studio

java,android,eclipse,casting,sdk

v.getTag(R.string.size) returns an Object. It could be any object. You need to cast it explicitly to String float size = (float) Float.parseFloat((String)(v.getTag(R.string.size))); the second and third look weird to me. Casting Object to int, should be cause a first casting to Integer, and then the call to intValue() on the...

Facebook PHP SDK Age Range

php,facebook,facebook-graph-api,sdk

age_range is not a default field so you will have to ask for it using /me?fields=age_range

scikit learn installation difficulty

python,visual-studio-2010,batch-file,sdk,scikit-learn

Building Python packages for Windows is not a lot of fun, and unless you have specific reasons for wishing to do so (enabling certain build options, compatibility issues, etc.) it is best avoided. The Windows Binaries for Python Extension Packages site has a pre-built versions of most scientific Python packages,...

Build library jar with Gradle

android,gradle,sdk,android-gradle

You need to create a new gradle task, similar to mine task clearJar(type: Delete) { delete '../location/' + LIBRARY_NAME + '_' + LIBRARY_VERSION + '.jar' } task makeJar(type: Copy) { dependsOn clearJar, build from 'build/intermediates/bundles/release/' into '../../location/' include 'classes.jar' rename 'classes.jar', LIBRARY_NAME + '_' + LIBRARY_VERSION + '.jar' } Where...

My application slows down when processing Kinect RGB images with EMGU library

c#,wpf,sdk,kinect,emgu

Image processing is always slow. And if you do it at 30fps, it's normal that you get you app to hang: real time image processing is always a challenge. You may need to drop some frames in order to increase performace (...or perhaps switch to native C++ and seek a...

Can I use Facebook advertising for an iOS app without having the SDK integrated?

ios,facebook,sdk,advertising

From Facebook Can I run mobile app ads without using the SDK? Yes, we allow anyone to run mobile app install ads from our Ads Create Tool simply by dropping the link to their Apple App Store or Google Play URL. For mobile app engagement ads, you will need to...

Is there any sdk to log exceptions, events and errors in production app?

android,logging,error-handling,sdk,production

Flurry analytics crashlytics They will give you the logs and errors in production app..I think this will suits you well...

Haskell data, custom string values

haskell,sdk,http-conduit

The simplest way to keep it simple but unsafe is to just use a basic ADT with an Arbitrary field that takes a String key and value: data FilterKey = Arbitrary String String | Sentiment Sentiment | Gender Gender deriving (Eq, Show) data Sentiment = Positive | Negative | Neutral...

LinkedIn sdk for iOS [closed]

ios,sdk,linkedin

Use IOSLinkedInAPI. A small non intrusive library that makes it easy to authenticate and authorize against LinkedIn using OAuth2. The API uses a UIWebView to authenticate against LinkedIn. EDIT : Yet another option MALinkedIn...

Configuring Samsung Galaxy Tab 3 Device for AVD

android,eclipse,sdk,avd

The Android SDK must be installed first before the Galaxy Tab emulator can be added as an Android Virtual Device (AVD). The AVD Manager allows you to install the Galaxy Tab add on. To install and run the Galaxy Tab add on, perform the following steps here

ElasticSearch php sdk simple query not working

php,elasticsearch,sdk

You need your _id field to be not_analyzed or analyzed with the keyword analyzer so that, when indexed by ES, to stay unchanged. Also, for a query like yours, for _id it is best to use a filter of type term. I am no php developer, but from ES point...

Azure SDK 2.6 instllation for VS 2013 -

azure,visual-studio-2013,sdk,access-denied

Best thing to try is to look to see if any anti virus is blocking it. Try disabling the anti virus and then see if that works.

Google Cardboard SDK demo head tracking inversed?

unity3d,sdk,google-cardboard,vr

It's a bug in v0.4.10. You can work around it in a few different ways: Turn off Native Distortion Correction Go back to v0.4.9 Use Unity 5 ...

Errors after updating sdk with Eclipse

android,eclipse,sdk,appcompat

the problem is in the ADT you must update it to a version above 23... it seems that they (Android guys) are making our life harder, they want us to migrate to their tool (Android studio) you can follow those steps: first of all download the ADT Plugin zip file...

AWS ruby sdk for Async non blocking calls

ruby,asynchronous,amazon-web-services,sdk

Currently there is no async abstraction for the AWS SDK for Ruby.

This version of the rendering library is more recent than your version of ADT plug-in. Please update ADT plug-in - already updated

android,sdk

From here: http://stackoverflow.com/a/30535515/933050 Change API version to 22 instead of M Preview ...

Create a .dll Library consisting GUI Components windows phone 8

c#,windows,windows-phone-8,sdk,windows-phone

You can create this kind of an library using the standard Windows Phone Class Library -project. You can add pages and classes to this project as if it was a regular Windows Phone Application-project. To navigate to page which resides inside a class library, use the examples provided in here:...

Implementing Nokia Here SDK in Android

android,sdk

The only place I've found is here: https://github.com/haroldcalayan/SmartPlaces/find/master. You can download the sdk files individually (here-sdk.jar and here-sdk.jar.proprties). However I have no idea what version of the SDK is this. Judging by the apparent lack of support for HERE SDK online, I would guess this project is either abandoned by...

Unable to resolve sdk.buildtools property value '18.1.0'

android,sdk,renderscript,build-tools

Make sure the sdk.buildtools version you have specified has been downloaded via the Android SDK Manager. Build-Tools Version 18.1.0 is quite old and for me is no longer listed in the SDK Manager (see below). You should update your project to use a newer version of the Android build tools....

Can the Android SDK be Stored in a different location

android,sdk

If you move the SDK, the next time you open Android Studio, it should ask for the location again. You can also manually retarget it via File > Project Structure > SDK Location.

Will my Java SDK app work in BusinessObjects XIr2?

java,sdk,business-objects,business-objects-sdk

You can find the XIr2 Javadocs here. If you're going to run it against an XIr2 system, you will need the XIr2 SDK (jars) to compile against. If it's simple enough, it should work - there wasn't much changed in the core SDK between XIr2 and XI3.

How to convert software into a DLL?

c#,c++,visual-studio-2010,dll,sdk

Try building solution in VS. It will create dll in Obj folder of solution. Or If this doesn't works, try creating a PCL and build it and you will get your desired dll....

Create a virtual device appear an error “The skin directory does not point to a valid skin”

android,sdk,avd,skin

Did you choose skin? Do like my captures, It works. Firstly, choose Android x86. Secondly, click ADVANCE SETTINGS to select CUSTOM SKIN DEFINITION. ...

Is application change required when new couchbase node added to cluster?

javascript,node.js,sdk,documentation,couchbase

The best practice is to place as many nodes as possible inside the connection string, so that in the event that one of the nodes is unavailable, the client would still be able to connect initially. However to answer your original question, no, an application change/restart is not required. The...

Can I install 2 or more Android SDK when using Eclipse

java,android,eclipse,sdk,versions

There shouldn't be any problem if you use the latest SDK version ; actually, this is recommended. However, make sure to set the correct "Target SDK", i.e. the highest android version you have successfully tested your app with, and the "Minimum Required SDK" as well....

How to login facebook using sdk 4.1.0 in android?

android,facebook,sdk,facebook-login

Here i"m providing a working solution for facebook login with sdk4. First of all add dependency on build.gradle(Module app) under dependencies {...... compile 'com.facebook.android:facebook-android-sdk:4.1.0' } Then Sync Gradle.... Thereafter,in Android Manifest do the following changes:- <uses-permission android:name="android.permission.INTERNET"/> <uses-permission android:name="android.permission.ACCESS_NETWORK_STATE"/> <uses-permission android:name="android.permission.GET_ACCOUNTS" /> <uses-permission...

import facebook friends birthdays in android using facebook sdk

android,facebook,sdk

You are right, you can´t get birthdays of friends anymore if they did not authorized the App too, all friend permission have been removed with v2.0 of the Graph API as you can read in the changelog: https://developers.facebook.com/docs/apps/changelog

Corona sdk random text

text,random,sdk,corona

Make sure you are localizing your variables properly. You need to declare "mmDis" outside your function, and then do not localize it inside the function. Something like this local mmDis* -- this will ensure code from here on out all use the SAME "mmDis" function randomText(event) display.remove(mmDis) local a =...

Android custom UI code fails to draw when SDK is changed

android,sdk,android-custom-view

Another bug occurred when I tried to run my app on Lollipop where the drawTextOnPath() call wasn't working (whereas it worked fine on KitKat). I found the issue and workaround here: Canvas.drawTextOnPath(...) not working on Lollipop. This solution also works for this drawPath() problem.

CRM - Retrieve Selected Option Set From Another Form

javascript,sdk,dynamics-crm-2013

An alternative to using XPathEvaluator and IE-specific XML functions (like selectSingleNode) is to use jQuery's selectors for XML, which XrmServiceToolkit uses. See the link below. https://xrmservicetoolkit.codeplex.com/...

C++ compiler reading data from .db file stored in .lib

c++,sqlite,sdk,.lib

A database file cannot be stored in a static library file to be deployed. Because the compiler ALWAYS reads through the contents of the library. It shows that its reading this when you are building the program. So what to do if you have to issue a database with your...

Bluemix Push service security concern

ios,security,sdk,push-notification,bluemix

I understand your concern. To address all your questions: -You must have the app secret on the Client side in order to authenticate with MAS and use the Push service (Push relies on MAS auth) -We recommend implementing your own form of security to prevent a malicious user from easily...

Error in running android code on emulator

android,eclipse,sdk

The error which you are facing is due to the version code of your application. There is already a similar application of higher version installed in your emulator. To resolve this issue, just uninstall the previous application from emulator or increase the versioncode of your application that is higher than...

Updating VM state in ovrt python sdk script

python,sdk

Never mind, I was mistaken... The line vmList=api.vms.list() leaves you with static data related to when you made the call. So, I achieved what I wanted inside the for loop by calling: api.vms.get(i.name).status.state, where i iterates the vmList obtained in first place! That did the trick!...

How do I use other API versions as build targets in my Android Project?

android,eclipse,sdk,android-sdk-manager

Download the API versions You need to download the API versions you wish to use via the SDK manager. Once you have done this, all of the downloaded versions will appear as options in the Compile With drop down. Installing via the SDK Manager (Eclipse) Window > Android SDK Manager...

How to fetch the Join Properties using ODI 11g SDK

java,oracle,oracle11g,sdk,oracle-data-integrator

You need to use isOuter1() and isOuter2(). If they both return true, it's a full outer join. If they both return false it's an inner join. If the first one returns true and the second false, it's a left outer join If the first one returns false and the second...

Android Studio SDK manager takes up more than 10GB on mac .. is this normal?

android,osx,android-studio,sdk

yes, it's normal on, y computer SDK only took about 20GB. the another part of your question: yes there is a lot of unimportant things: I will mention only what you need to start: Android 5.1.1(API22): The documentation for android SDK, SDK Platform Intel x86Atom System image. Tools: First three...

Android SDK gives wrong path, Android Studio

android,sdk,appdata

AppData is a hidden folder on windows. In order to show hidden files and folders on windows 8, follow this guide on msdn. In short, you should go to Control panel->Folder options->"View" tab and then check the "Show hidden files, folders and drives". If you don't find the android sdk...

What is the correct schemaVersion for Azure SDK 2.6

azure,sdk,azure-sdk-.net

It is 2015-04.2.6. BTW, you could have just created a new Cloud Services project and checked it there only :).

How can I update Android SDK without internet using updated SDK of other computer?

android,networking,download,sdk,offline

This is how a typical android sdk looks , copy this to a folder for example /uname/android/below_contents , and set this path to your android studio ...

Android SDK Manager - Some stuff is missing?

android,sdk,packages

You need to tick "obsolete" option

Android Studio Install SDK Error

android,android-studio,sdk

Ok Finally i resolve it! Closing all Programs that related and Used SDK folder.(For ensure , disabling Antivirus, even AVD , Genymotion and... ) This path : Menu ---> File ---> invalidate Caches/Restart try again for download - But this time just unzip downloaded package(it not download again) ...

How do you list My Images on Azure using the Java SDK?

java,azure,sdk

David is correct. Please try getVirtualMachineVMImagesOperations. One year ago, VM images have replaced OS images. So all your custom images now are VM images. Please refer to http://azure.microsoft.com/en-us/updates/vm-image-entity/ for more information.

What does the fadeTime for the Citymaps SDK's CEMarker class represent?

ios,sdk,openstreetmap,citymaps

I am a developer at Citymaps. Thanks for putting up with our, rather bare, documentation. Looking at the docs made me realize that we're missing a few key properties on markers, both on iOS and android (oops). To answer your question, fadeTime will adjust the speed that the marker fades...

facebook sdk4 android getprofile

android,facebook,login,sdk

Wrong placement of code AccessToken token = loginResult.getAccessToken(); Profile user = Profile.getCurrentProfile(); String name = user.getName(); Toast.makeText(Login.this, "Connected "+name , Toast.LENGTH_LONG).show(); Above code should be placed inside the tracker's function mProfileTracker = new ProfileTracker() { @Override protected void onCurrentProfileChanged(Profile profile, Profile profile2) { // Place above code here... } };...

Creating blank actvity doesn't generate R.java

java,android,eclipse,sdk

I finally find the problem!! Eclipse doesn't compile my R.java file because I didn't install these libs on ubuntu 14.04 "lib32z1" "lib32ncurses5" "lib32bz2-1.0l" and the most important "lib32stdc++6" after typing sudo apt-get install lib32z1 lib32ncurses5 lib32bz2-10l lib32stdc++6 I solved my problem!!...

Download link to android SDK WITH Eclipse

android,eclipse,sdk

Ahh, just found the link I was looking for. Links to bundles: linux 64 bit vm: http://dl.google.com/android/adt/adt-bundle-linux-x86_64-20140702.zip linux 32 bit vm: http://dl.google.com/android/adt/adt-bundle-linux-x86-20140702.zip mac: http://dl.google.com/android/adt/adt-bundle-mac-x86_64-20140702.zip win32: http://dl.google.com/android/adt/adt-bundle-windows-x86-20140702.zip win64: http://dl.google.com/android/adt/adt-bundle-windows-x86_64-20140702.zip Source: https://code.google.com/p/android/issues/detail?id=72584...

How to fix 'javah' error when using NDK with Android Studio?

android-studio,sdk,android-ndk

i suggest pointing cmd to the path where the javah file is located i.e: path\javah [switches] hope that helped!

Xcode - Parse & facebook header file(SDK) error

xcode,facebook,swift,parse.com,sdk

The first thing I would try is to add the AVFoundation and CoreLocation frameworks to your target. Then delete the derived data from your project by going to window-->projects. Do this then clean and build your project. Sidenote: Make sure when you type in "#import " the FBSDKCoreKit is autofilled...

Android LinkedIn SDK produces unusable access tokens

android,sdk,linkedin

As noted in LinkedIn's Android SDK authentication documentation (https://developer.linkedin.com/docs/android-sdk-auth), Mobile vs. server-side access tokens It is important to note that access tokens that are acquired via the Mobile SDK are only useable with the Mobile SDK, and cannot be used to make server-side REST API calls. Similarly, access tokens that...

ios Objective C delegate methods

ios,objective-c,sdk,appdelegate

You do not call delegate methods directly in the files in which you are implementing the delegate methods. Review Apples documentation on the concept of Delegation. To implement this properly you would adopt the delegate in your class, then implement the delegate methods that are @required and/or @optional....

How can I open emulator [closed]

android,sdk

If you are absolutely new in eclipse, go to the SDK manager and Download all the tools and extras. Also download the APIs necessary for you.

Why my android application stopped when I run it in Emulator?

android,eclipse,sdk,emulator,manifest

It looks like the problem is with your permissions: java.lang.SecurityException: Neither user 10044 nor current process has android.permission.WAKE_LOCK Update your manifest to include this line: <uses-permission android:name="android.permission.WAKE_LOCK" /> Your Stack Trace Btw, the reason everyone is able figure out your problem so quickly, is because your logcat clearly shows what...

iOS using microsoft band build error

objective-c,xcode,sdk,microsoft-band

You are missing the CoreBuetooth framework. Include The framework under the link with libraries section.

Facebook login returning null for name result

ios,facebook,login,sdk

This ended up solving it. FBSDKLoginManager *login = [[FBSDKLoginManager alloc] init]; [login logInWithReadPermissions:@[@"public_profile"] handler:^(FBSDKLoginManagerLoginResult *result, NSError *error) { if (error) { // Process error } else if (result.isCancelled) { // Handle cancellations } else { [[[FBSDKGraphRequest alloc] initWithGraphPath:@"me" parameters:nil] startWithCompletionHandler:^(FBSDKGraphRequestConnection *connection, id result, NSError *error) { if (error) { }...

IPackageStatsObserver cannot be resolved to a type (Android)

java,android,sdk

To resolve your issue follow these steps: Android Studio Right click on your project New > Folder > AIDL Folder Press Finish Right click on aidl folder New > Package Insert android.content.pm and press OK Download IPackageStatsObserver.aidl Copy the aidl file inside the android.content.pm package Build > Rebuild Project Eclipse...

Android Studio Preview Issue, Important SDK Tools?

android,sdk,preview

You will probably need to download the same options for 2 different API levels: You should get API 21 (or whatever API level is your target API) and whatever API you set as the minimum SDK for your app. You make these designations when you first create your project in...

NetworkOnMainThreadException inside AsyncTask inside onFacebookLogin

java,android,facebook,android-asynctask,sdk

First, that is not a Java stack trace. Second, move all your network I/O into doInBackground(). This includes your handleResponse() call....

Android Studio Sdk

android,sdk

No don't download everything. Download and install the Android Studio IDE. Go to the SDK manager to download the API's etc. My suggestion would be down the Source + API's + Google API's from API 16 upwards. The System images take the most space - just download 1 or 2,...

Why does this Sparkpost Python SDK Install fail?

python,sdk

The SparkPost Python SDK is currently in a pre-release version (that's what the ".dev1" is at the end of the version). Using pip > version 1.4.X you must explicitly define you want to use a pre-release package using the "--pre" option of pip install [options] command. Try with this and...

does the android webview version depends on the sdk or the device?

android,webview,sdk,android-5.0-lollipop,chromium

The initial release for Android 5.0 includes a version of Chromium for WebView based on the Chromium M37 release, adding support for WebRTC, WebAudio, and WebGL. Chromium M37 also includes native support for all of the Web Components specifications: Custom Elements, Shadow DOM, HTML Imports, and Templates. This means you can use Polymer and its material design elements in a...

How can I download Mobilecore SDK for Unity?

unity3d,sdk,ads

You'll need to add it as a plugin. You can find it here with details on how to install it. Download the plugin and unpack into your Assets -> Plugins -> Android folder of your project. Initialize the plugin with public MobilecoreAndroid (string devHash, int logType, GameObject gameObject, params string[]...

Visual Studio 2008 doesn't appear X64 option for win 7 64 bit

c++,visual-studio-2008,sdk,64bit

Visual Studio 2008 express don't support x64 build from box. See: https://github.com/enGits/engrid/wiki/Configure-Microsoft-Visual-Studio-2008-Express-to-also-build-for-Windows-x64...

DynamoDB Retrieve an Item using iOS mobile SDK

ios,mobile,amazon-web-services,sdk,amazon-dynamodb

It is an expected behavior. The task.result contains the result, not user. You may want to rewrite the code snippet to something like this: AWSDynamoDBObjectMapper *dynamoDBObjectMapper = [AWSDynamoDBObjectMapper defaultDynamoDBObjectMapper]; [[dynamoDBObjectMapper load:[DDBUser class] hashKey:credentialsProvider.identityId rangeKey:nil] continueWithBlock:^id(BFTask *task) { if (task.error) { NSLog(@"The request failed. Error: [%@]", task.error); return nil; } if...

Pyvmomi what does this do?

python,sdk,vmware,pyvmomi

In a program, you may have uncaught exceptions, or something else like a socket which is kept open, this leads to undesired behaviors. To resolve this, the module atexit is there for you. It allows you to register multiples functions / methods to call at program end. If the object...

Android Facebook 4.0 Logout Programmatically

android,facebook,sdk,logout

No. It is a common problem even with oauth type "signup via facebook or gmail", where even if you logout from the third party app, you dont get out of fb or google. There is no mechanism which can make your app issue logout command to facebook app.

Why can SDK not resolve Id as a symbol?

android,sdk

I think it's because you're using Id() instead of Id.

Install android sdk in eclipse without downloading full os

android,eclipse,sdk,install,storage

Assuming you already have a JDK installed, the bare minimum you need for Android development is the standalone SDK, the platform tools, and at least one version of the Android platform. All of that takes up less than 1/2gb. You can get the standalone SDK from here. Scroll down to...

Paypal Checkout Express doesn't show the order details

php,paypal,sdk

As Andrew mentioned, you are missing itemized details in your request. This is how you could do it. http://paypal.github.io/PayPal-PHP-SDK/sample/doc/payments/CreatePaymentUsingPayPal.html As you can see the create payment has an array of transactions that has an item_list attribute, that needs to be set. You can see how to do so, using our...

AVCaptureVideoPreviewLayer and preview from camera position

swift,sdk,ios8,avcapture

First get your screen size so you can calculate the aspect ratio let screenWidth = UIScreen.mainScreen().bounds.size.width let screenHeight = UIScreen.mainScreen().bounds.size.height var aspectRatio: CGFloat = 1.0 var viewFinderHeight: CGFloat = 0.0 var viewFinderWidth: CGFloat = 0.0 var viewFinderMarginLeft: CGFloat = 0.0 var viewFinderMarginTop: CGFlaot = 0.0 Now calculate the size of...

Installing Facebook PHP SDK via Composer w/ Autoload

php,facebook,sdk,composer-php

The use keyword does not include or autoload. It only tells PHP to import the specified namespace to the current scope which has been autoload-ed in this case with composer. Have you tried to add use Facebook\FacebookSession; (at the beginning of your PHP file after the require vendor/autoload.php line) as...

Request additional permission Facebook SDK 4 iOS

facebook,login,sdk,permissions

You have to call login method again to request another permission. FBSDKLoginManager *loginManager = [[FBSDKLoginManager alloc] init]; [loginManager logInWithPublishPermissions:@[@"publish_actions"] handler:^(FBSDKLoginManagerLoginResult *result, NSError *error) { if ([result.declinedPermissions containsObject:@"publish_actions"]) { // permission denied } else { // do something } }]; ...

How can I download older Android versions in Android Studio? I want to make the emulator run KitKat but it shows only Lollipop

android,sdk

Step 1: Install KitKal 4.4 SDK Platform from SDK Manager Step 2: Open AVD Manager (Create or Edit emulator) Step 3: Change API level ...

Share image ant text Facebook SDK 4.0 iOS

ios,facebook,sdk

This is because Facebook allows the developer to pick what image to share but the Facebook user is the only one allowed to set the description of that picture in the share view controller.

Unity - How to get data from a js script to a csharp script?

c#,facebook,unity3d,sdk,unityscript

When you have two scripts, especially when they're different langues, what you need to do is pay attention to the script compilation order. So, what you need to do is this Place your .js file in either Standard Assets, Pro Standard Assets, or Plugins Place your .cs file in any...

Apple Mach O Linker Error popped up out of nowhere

ios,xcode,sdk

I had the same problem a few years ago. It is caused by leaving "Copy items into destination's group folder (if needed)" checked when adding a framework. This option tells Xcode to copy the files you are adding into your project directory. This is good for resources such as images,...

RubyMine Cannot switch SDK. RVM SDK '[email protected]' wasn't found

ruby,sdk,rubymine

It's a known bug if your .ruby-version file contains only the version number. They're working on it here https://youtrack.jetbrains.com/issue/RUBY-15058

How does an SDK/framework works when included into xCode projects?

objective-c,xcode,swift,sdk

Frameworks and libraries are written in such a way that owner does not want you to see how is it implemented or update the code. You can look in to this code http://www.raywenderlich.com/65964/create-a-framework-for-ios where in which how to create framework is mentioned. While creating the framework or library you would...

Getting Facebook Profile Picture from user ID

php,facebook,api,facebook-graph-api,sdk

if you are using PHP GraphAPI SDK you should update the code accordingly, just replace the {facebookid} with the id of user you want the picture. $request = new FacebookRequest( $session, 'GET', '/{facebookid}/picture', array ( 'redirect' => false, 'height' => 200, 'width' => 200, 'type' => 'normal', ) ); $response...

OpenCL / AMD: Deep Learning

sdk,opencl,neural-network,gpgpu,deep-learning

I have been in the same situation as yourself as I have a MacBook Pro with Intel Iris graphics. I have spent the best part of a week looking through all possible workarounds and I would be more than welcome to alternatives to those that I offer. The best solution...

Localycs iOS Crash

ios,exception,sdk,crash,localytics

You are passing customerId. as NSNumber This should be NSString If you show the code, I can help you fixed that, but you didn't post a line....

Facebook integration in android is not working when Facebook app is already installed

android,facebook,sdk,integration

The most likely cause is that you didn't put in the right key hash in your app settings. Follow the getting started guide or use the quickstart guide to get the right key hash setup. https://developers.facebook.com/quickstarts/?platform=android...

Not fetching any events using Graph Api

android,facebook,sdk,facebook-graph-api-v2.0

The error message explains it (#803) Some of the aliases you requested do not exist: {event-id} new Request(session,"/{event-id}",null,HttpMethod.GET,new Request.Callback() There should be an actual event ID or at least a variable that holds the value of an event ID....

Fb.Login() doesn't get extended permissions

javascript,facebook,facebook-graph-api,sdk

publish_stream is deprecated since many years. Why would you ask for a permission that does not exist anymore? Anyway, I assume you are trying as a user without a role in the App. Please read the docs about Login Review: https://developers.facebook.com/docs/facebook-login/review/what-is-login-review Without review, most permissions only work as App Admin/Developer/Tester....

How to prepare a closed sourced SDK module on Android Studio?

android,android-studio,sdk,obfuscation,r.java-file

The Android Archive (AAR) format does what you want. It's like an Android-specific JAR file and contains compiled code, but includes its own resources and manifest. You can also include obfuscation as part of the build process. By default, the current version of Android Studio (1.2) and Gradle automatically build...

WindowsAzure.Storage using C# mono

c#,azure,sdk,mono

You need to install the WindowsAzure.Storage DLL dependencies in your app in order to use them. You would then be able to use them without using the richorama SDK; it may be that it is not compiling because of the missing dependencies. So you will need to get hold of...

Questions about actionBar android

java,android,image,sdk,android-actionbar

You can use customView for actionbar , So you can do anything you want. http://javatechig.com/android/actionbar-with-custom-view-example-in-android...

Why I get the problems with Visual Studio “2013” SDK samples?

visual-studio,sdk,vspackage

The AddIns folder under the Documents folder is not created by default by VS when installed, so you need to create it by hand, as you have done Remove the folder C:\Users\developer\Documents\Visual Studio 2013\AddIns from the Options window, it is not required, the %VSMYDOCUMENTS%\AddIns folder takes care. .AddIn files...

Google IMA SDK client - How to Translate “Skip Ad” and “This ad will close in 5 seconds”

javascript,sdk,video-ads

You can specify a language in the API using the language parameter: Language specification used for localization. |Language| must be formated as a canonicalized IETF BCP 47 language identifier such as would be returned by [NSLocale preferredLanguages]. Setting this property after it has been sent to the IMAAdsLoader will be...

Paypal ASP.NET without credit card management

asp.net,paypal,sdk

What your site owner is likely asking you to do is to leverage PayPal's Vault API (part of its REST APIs) to store credit card information so your site doesn't have to. If you store the credit card information on your site, you have to ensure the data is stored...

Using Windows SDK 8.1 for development on Windows 7

windows,sdk,direct3d

The Windows SDK for Windows 8.1 supports building Windows desktop applications for Windows Vista, Windows 7, Windows 8, Windows 8.1, and the Windows Server equivalents of each. All that matters is that you correctly set _WIN32_WINNT to the proper value for your target application: For Windows 8.1 support, _WIN32_WINNT is...

Installing Informix Client SDK on Raspberry pi

python,sdk,arm,raspberry-pi,informix

Try downloading the Informix Developer Edition for Raspberry Pi. It contains the engine and the client. Regards.

PayPal PHP SDK - Set a tax in an invoice

php,paypal,sdk,invoice

I have updated the sample code for create invoice to include tax into each item. You can read more about the specifics on tax in developer docs. As you can see, the tax field is present inside invoice_item. You can follow the sample code as shown below. To checkout the...

Crashlytics doesn't work after migration to Fabric

android,sdk,crashlytics

I decided it this way: I remove my app from fabric.io, re-install fabric plugin in Android Studio, and change this lines in my build.gradle file: compile('com.crashlytics.sdk.android:crashlytics:[email protected]') { transitive = true; } compile('com.twitter.sdk.android:twitter-core:[email protected]') { transitive = true; } compile('com.mopub.sdk.android:mopub:[email protected]') { transitive = true; } and I change this line in my...