I just tried to access the SDK Documentation for the .NET DevKit and the link leads me to what is, essentially, a "Not Found" page.
Where can we find the Docs (you aren't updating them, perhaps to V3, are you)?
Thanks.
I updated the link. http://developer.intuit.com/IntuitDataServicesSDK/
It contains the NDocs for the SDK.
regards,
Jarred
Related
I have several issues related with "iManage worksite web". I surfed for a few days at web but could't find "Worksite SDK". As i'm understand this SDK is absent in free download. And i don't understand why.
Is any body know where i can download this SDK? Or anybody can send to me it by email?
Thanks.
The SDK is a licensed product from IManage. You need to speak to your IManage support vendor to get an appropriate licence. They can then give you access to download the SDK from their support site.
If you're having specific problems with worksite or worksite web, post a separate question specifically targeted at those problems.
I'm building an app with Phonegap 3 (it's necessary to be version 3 because Barcode Scanner plugin).
I need to user also Facebook Connect plugin, but there is not already a version for Phonegap 3.
Do you know how can I solve this issue, once I need to offer Facebook Login and Facebook Activites Share for my app?
Thanks in advance!
The only option you have right now is to update the plugin yourself for version 3.0+ or wait for someone else to do it. Sorry it is not a great answer but it is the only answer at this time.
Please see my answer about using the Facebook plugin here: https://stackoverflow.com/a/19371560/368762
You can try to update the plugin yourself, or if you look on the "Network Graph" on the Github page for the plugin, you can see some forks that other people have been maintaining. One fork says it has been updated to work with 3.0 so I'd suggest that you try that.
I am developing iphone app which shares photos on social networks.For photo sharing I am using "Sharekit".I have created Facebook App and using its api key and secrete.(used correct api key and secret.).
When I try to share image with this app(even simple text),the following error comes.(even the facebook login popup doesn't appear.)
"Sorry,the application you are using misconfigured for Facebook integration.Please download the newest version of the application"
I would have uploaded snap shot but as a new user Stack overflow is not allowing to upload image..Any help will be appreciated.
Thanks.
apparently this problem was faced by me too.
Since i was using their old API methods..
it is really tough to find the cause now..
Although i have not used ShareKit..i believe it is also using the older methods.
I solved the problem by using their official tutorial on Facebook iOS integration
I noticed that the version of sharekit i am using 0.2.1 is pretty outdated one. The project was moved to github and the latest version 2.0 can be found here. The home site is outdated with version 0.2.1 so follow the github link for latest update.
You might want to take a look at Socialize: http://www.GetSocialize.com, which uses the newer methods. Full feature list at http://go.GetSocialize.com/features
Good luck!
DROdio
Is there Google API for iPhone out yet?
And if YES, how can i integrate within my application.
Thanks in advance.
This was already answered on SO, see Is there already a Google+ API?.
Basically, go to http://developers.google.com/+/
Use this command to anonymously check out the latest Google SDK project source code for Objective C:
svn checkout http://google-api-objectivec-client.googlecode.com/svn/trunk/
The Google APIs Client Library for Objective-C includes support for the Google Plus API and other JSON APIs. The project includes an introduction to using the library.
I've been trying the "facebook developer toolkit" out for a few hours (vs Silverlight 4) without any success. I've dropped it and found Facebook C# SDK instead.
Is this SDK usable with Silverlight?
Are there any samples?
Regards,
Maciek
Yes, the Facebook C# SDK does work with Silverlight. We have samples complete and hopefully we can get them posted on codeplex today. It does work though and should be pretty straight forward.