I followed the instructions in the Basecamp 3 API documentation (https://github.com/basecamp/bc3-api) and have successfully created a new project using the Basecamp 3 API. However, the created project showed up in the Basecamp UI as a pinned project. In the UI, I can click on the red coloured 'pin' icon to unpin the project. Question: How can I do the same using the Basecamp 3 API? Appreciate some help here and thanks!
Related
do you know of Social Sharing plugins that works with Ionic 4 when run on the browser? Most are for mobile so I'm stuck
Social Share via web will be constrained by the available API and by the way you implement meta tags handling in your application. Here is web API based implementation that yo can use or learn from:
https://github.com/peterpeterparker/web-social-share
I am trying to connect to google photo in angular and been searching since last two days about google photos REST api but couldn't find any useful example.
Could somebody help me with this on how to use google photos api in angular. an example would be great if I get it working I will creating sample and put it on github or others to look at.
Another thing I am trying is to connect api without any user interaction. I have tried playgrounds but its prompting to authorize access as well. Idea is to build ionic app that can connect to my google photos without needing me to authenticate access to it with my id and secret.
my app would be in angular(ionic) or java(android) so would prefer example (if any) in those platform but ok with dotnet or php as well. Won't be able to use library in dotnet or php.
Thanks
Bhavesh
I am trying to upload a video to my YouTube channel using an iPhone application that I'm implementing. Things I have done so far;
Integrate google-api-objectivec-client in to my project
Create a project in Google API console and obtain Client ID and API
key
What I need now are,
To know that, can I upload a video to YouTube by giving Gmail
address that linked with YouTube, Password, Client ID and API key without implementing Auth 2.0 seperately?
Sample Objective C code for uploading a video to YouTube. As an
example, there is a JAVA code that I have used in my Android
application but there isn't Objective C code for use for my iPhone
application.
What is the difference between gdata-objectivec-client and
google-api-objectivec-client?
UPDTE
iOS 7 and above features, coding, tutorial is appreciated with this matter
I have been working since so many days on the QuickBook Api for ios sdk. But not able to find out the relevant link to Integrate this into my Project.
I have Done the following things in my app :-
1) I create an Account om the Intuit site.
2)From there i got the App token and other necessary thing like OAuth Consumer Key and OAuth Consumer Secret.
3)Now i have to link this with my app by which i can upload a file into the QuickBooks.
4) For uploading in the QuickBook I am using the following URL https://quickbooks.api.intuit.com/v3/company/335453891/attachable
i didn't find any solution. is there any quick book Api for ios sdk?
Can anyOne help me out from this, as i am stuck in this and i just want to get rid from this.
Thanks in Advance.
I need to create posts, etc through my ASP.NET MVC 4 application.
Does anyone know decent library for Google Plus API? (Preferable as a NuGet package).
There is currently no publicly documented API that lets you automatically post to your Google+ page or stream.
There is an API that HootSuite is currently using that is slowly opening up to other vendors. See https://plus.google.com/u/0/104946722942277428266/posts/LUi2ZNyRHag for more information about what is coming and how you can sign up to request access to this. This is expected to allow you to post to a Google+ Page.
There is also the "Google+ History API" that is currently in developer preview which will allow you to create moments for a user, but they would need to manually share these moments on their stream if they choose to do so. See https://developers.google.com/+/history/ for further details.