Twitter API in Magento - magento

I have extension in Magento called Latest Tweet by CREAREGROUP. But the latest tweet on the homepage is empty. This is probably due to the twitter api which has been updated recently. Maybe somebody had same problem and know what is the reason?

In your extension, you must start with authenticating in order to be allowed to use Twitter API 1.1.
This will help to do so :
http://www.webdevdoor.com/php/authenticating-twitter-feed-timeline-oauth/

Related

Google Finance api giving 403 error

I am using google finance api for conversion of currency based on real rate conversion,
The API what I am using is given below:
https://finance.google.com/finance/converter?a=1&from=USD&to=INR
It was working till yesterday but from today it's throwing 403 response code.
Can anyone help me on that or Is this url changed??
Thanks
Seems that Google just silently deprecated finance.google.com, redirecting it to google.com/search. Probably better to switch to a more reliable currency exchange rates provider. In my case, I've switched to EU Central Bank.
Finally I found the solution for this with the updated google URL for currency converter.
Click here to check the solution now.
just do update your existing link with this and you can solve your problems.
Thanks
Google finance API is just moved to new URL. You can check the solution here:
Error in Google finance API

Instagram API Permission declined Magento Extension

We already have Instagram Magento extensions, the extension fetches images from the account we configure in the backend and shows in frontend side of Magento wherever i want. It was working fine until Instagram declared new API permission review system. I tried submitting app 2-3 times now, everytime declined. Is there anybody can help to get my app approved.
If it won't work many extension vendors will have problem with it. Instgram guys shall help but even they are not replying.
You can use this extension
I am also using this extension it's working fine for me and it will definitely work for you also
https://www.magentocommerce.com/magento-connect/instagram-integration-widget-by-neklo.html

Gem to post message on google plus?

Is there any gem to post message on google plus from our rails application ?. I want to post a meesage on my google plus page whenever i logged in my application using google plus credentials. Please suggest me the gem name to do this. Thanks in advance.
EDIT
I have a app in goole plus. On behalf of my application users, my app should post messages.
I suggest to use gem 'google_plus'`
As Google plus having so many restrictions. Still I would Like to Share a link you can follow that..
How to share content from our site to google plus
For more reference:
https://developers.google.com/accounts/docs/OAuth2
https://developers.google.com/+/web/share/interactive#button_attr_calltoactionurl
I hope it will work fine...
Yes, there's a Ruby client library provided by Google which allows you consume their Google+ API
https://developers.google.com/api-client-library/ruby/apis/plus/v1
UPDATE
The URL above points to Ruby client library. The API you're looking for is moments.insert
https://developers.google.com/+/api/latest/moments/insert
There is an official Google API Client gem. However the Google+ API does not allow standard automated posting to a profile. The recommended approach to share posts is the share button or the interactive share API.
The automated posting that Google+ does support are:
App activities/moments are a way to make actions within your app visible to other users of your app. They do not appear in the Google+ posts stream.
Domains API can be used with Google Apps accounts to create posts that are limited to users within the company.
Pages API can be used to post to a page (not a profile) but is limited to approved partners.

Other possible ways to integrate 2checkout payment gateway

Is there any way to implement the checkout process aside from the ones found on the 2checkout site? I would like to have my own checkout page in my website and just pass the data to 2checkout instead of redirecting it to 2checkout's checkout page using the inline method.
2Checkout is currently in the process of beta testing their new checkout API solution which allows you to create a token from the card details client side and then submit the token server side with an API call to create a new sale. It sounds like you would be a great candidate for 2Checkout's API beta program. A ruby library and full documentation will be provided to you once you signup.
I think 2checkout sites ruby example has what you are looking for,
see here, or check out this rubygem

Posts from Google+ community on the website

Im trying to figure out whether it's possible to show the posts of my google+ community on a website.
I read the Google+ Web API and HTTP API, but nothing seems to satisfy my request.
I know this is an absolute newbie question. But I appreciate any hint:
is it in general possible?
which API I have to use?
Thanks a lot!
The APIs do not provide support for getting any type of Google+ Community post even if they are public. In the past this worked, but it was never supported and has since stopped working.

Resources