I'm new on Monodroid platform, I wonder is there good references/books/examples that integrate Monodroid with Google javascript API (Drive, Calendar, Contact, etc.). What I know is that there Client Library for .NET/C# but I fail integrate it with Monodroid (not understand to use OAuth on Monodroid too). This Post but it's a bit old.
Related
We've been searching high and low for a library to connect to Microsoft Exchange and Office365 to manage/view calendar events in an iOS application - without any luck. We need to support on-prem Exchange servers so using Graph is not an option. Is our only option to write our own SOAP integration against the managed API or does someone know of a library (free or payed) we can use?
Best regards,
Christopher
Did you check the "Office 365 SDKs for iOS" here. It easily integrate services and data from Office 365 into native iOS apps using these Objective-C libraries.
I am currently involved in defining strategy for a large future project, where it is proposed to developed native mobile phone applications that would integrate with SAP middleware.
I would like to understand how one would develop a native iOS mobile app that would communicate with SAP NetWeaver, using Odata?
Regards.
You can create server side OData service and communicate with it from mobile app by http/https protocol.
OData supports both JSON and XML formats.
If your application is rather simple - common BSP application can be used. It works faster but a little bit harder to develop complex application.
Odata is an open standard, there are libraries that you could use in your ios project hence you could consume the Odata service in your app. It is just another HTTP/HTTPS request-response.
SAP gateway expose Odata service
Consume that in the app using open source libraries available.
Another option:
Use SAP mobile platform 3 (a product from SAP to mobilise enterprise) to develop native and hybrid apps. It supports all major mobile platforms like iOS, windows and android.
It has an SDK which provides all enterprise level features to your app - offline support, SSO, different authentication mechanisms like LDAP and 509 certificate etc.
SAP also provides cloud based solution as well it is called Hana cloud platform mobile services.
Can I use Rest client or .NET client libraries for the YT data API V3 and publish on Android and iOS platforms? OR I need to use specific libraries for each platform?
In simple text, I mean, Am I allowed to use any client library and publish on Mobile platform?
Thanks.
Per this announcement by Google this week: http://googleenterprise.blogspot.com/2013/11/third-party-apps-now-easier-to-find-and.html Google now supports OAuth 2 for App Marketplace apps, but the examples are all Javascript, we currently have a server side flow and I am wondering if this will still be supported and if there are any examples yet available?
Thanks!
The new Google Apps Marketplace experience fully supports using Java for your server-side authorization flow. You can use the Google APIs Client Library for Java to make authenticated calls like you would for any other Google APIs integration.
We're actively working on improving our documentation so any feedback would be appreciated.
I want to use Google Reporting API to get the users' activity report (last login, etc).
My application is using oauth 2.0 to access other Google APIs. But it seems like Google Reporting API is not supporting oauth 2.0. Any suggestions how should I do it ? Implement oauth 1 or use different Google API (if it exists) to get users' activity report?
I think you are looking at the old documentation for the reporting API.
For the brand new reports API (https://developers.google.com/admin-sdk/reports/v1/guides/authorizing), it is encouraged to use OAuth 2.0.
Notice that the older API is called reporting API, but the new API that was just released at the IO is called reports API.