Post photo to pinterest by API - ruby-on-rails

I need to post a photo to my own board in Pinterest via their API.
However, I cannot find any mention in their API documentation of how to accomplish this - https://developers.pinterest.com/
I have tried to search for an approach but found only dated information.
The following script does exactly what I'd like to do, however I want to implement it via Ruby/Rails - http://www.nextscripts.com/pinterest-automated-posting/
Any advice or documentation on how I could implement this functionality would be helpful.
Thank you in advance!

You may find this gem handy, though its a bit dated:
https://github.com/bensheldon/staplegun

There is a project, that helps to create pin automatically via undocumented Pinterest API https://github.com/v-pukman/pinterest_spammer

Related

How do I get to Google Code Playground?

I use to be able to get to Google Code Playground page.
As discussed in
A guide to Google Code PlayGround
Its a web-based tool that lets web developers try out all of the APIs that Google provides, tweak the code, and see the results, I found it very useful.
But now when I try, I get redirected to API Explorer!
Has anyone got any ideas why?
Thanks in advance.
I don't know why they changed it, but probably you will need to go to the specific API/product you're looking for and search there.
For example, I used to teach the Visualization APIs with the playground, but these seem to have been reclassified as a chart "product" with the interactive code editing now hosted through JSFiddle:
https://google-developers.appspot.com/chart/interactive/docs/gallery
Good luck (re)locating what you're looking for.

how to get twitter feeds in shopify

I am trying to get twitter feeds in to my shopify site. I want to get the feeds and style them as I want and thus cant use a app.
I know how to do it using PHP but can not use that code in shopify and looking for a way I can use OAuth in shopify and get the feeds. I tried the shopify docs but without an example its kinda hard to actually get my head around it.
http://docs.shopify.com/api/tutorials/oauth
Thats the link I am using as a guide. If anyone can direct me to an example which might be similar that would be awesome. (google didnt seem to be that helpful this time either)
Cheers
I know you said you didn't want to use an app, but can I suggest taking a look at Twitify? You can use custom CSS to style your tweets. Also see discussions about Twitify here and here.
Twitter changed their display guidelines and policies on embedding of tweets on websites in June 2013. One of the themes I used for a client earlier in the year had custom styling of tweets, and they have now changed it to use the official Twitter widget to meet the new guidelines. In fact, the images on the Shopify theme store show how it used to look before Twitter changed things:
And after:
I think using an app like Twitify would be the easiest way to deal with these changes to embedding tweets.
Thanx for the suggestion. I did take a look at that before I posted this question. This is a project for a client and I dont think getting a plug in is a viable option. Anyways I found a work around.
Hosted the file on a server and then accessed it. So that resolved the problem. :)
I used node.js to write the script and get the posts as required.
Cheers.
you can use the app for that Twitify https://apps.shopify.com/twitify or you can Embed a Twitter feed in your online store
Go to your Twitter settings.
Click Widgets to open the widgets menu.
Create a new widget, following Twitter's instructions.
Copy the embed code.

Any twitter api or complete solutions for monodroid?

Looking for good solution for Twitter login and posting something... but there is no idea for now. How to do it in xamarine( IOS mono has complete solution, but monodroid...) help me please, if somebody knows how to do it.
If you just want to post something then you can easily do this by sending an Intent for use by an external app - e.g. see https://github.com/slodge/MvvmCross/blob/v3/Plugins/Cirrious/Share/Cirrious.MvvmCross.Plugins.Share.Droid/MvxShareTask.cs#L19
If you need a more complete solution then libraries like Tweetsharp have had MonoDroid ports/branches at various times, but I don't know the current status of any of these.
You might also want to take a look at Xamarin.Social. This component will let you tweet from your Xamarin.Android application.

Implement rdd.me api in UIWebView

I'm working on an app which load newsarticles into a UIWebView from RSS. But I want the users to get a better reading experience and want to implement the rdd.me api. I haven't found any good guides to implement this api into a ios application and hope someone here can help me. Thanks!
This project on github is an Objective-C wrapper of rdd.me APIs.
It also has some instructions on how to use it.

iOS discussion board / comments board API or sample?

I'm trying to find examples of code libraries or sample code for adding a commenting functionality in my apps. I've successfully implemented the Disquser iOS wrapper (http://bit.ly/iadisquser) in a couple of my apps but find it difficult to manage. I've seen other apps that incorporate a commenting feature that's cool, including theCHIVE Lite app, that looks like its using Facebook maybe?? Any hints or suggestions?
Look at QuickBlox Custom Objects code sample. I think it's what you need.
It represents user's notes, which he can create & comment. So, you can implement this comments logic into your apps and comment any item you want
There's a good tutorial for building a chat app that may help you get started, you can find it here: http://www.ibm.com/developerworks/library/x-ioschat/index.html

Resources