api

stumbled in using ZwOpenFile.

I have to open a file using ZwOpenFile API. This is my requirement. When I set the path in object name parameter. I could see fields Length and maximumlength in the object name. Length is just length of the path and I usually keep maximumlength as the value of Length. It worked mostly, however some times it doesnot work. In some cases ...

Magento Api is too slow for lakhs of products

Hello all! I need your suggestion please, currently am using magento API for import products in magento admin (magento database) and I come into notice that .. its really too slow ..its taking approx 1 hr to add 1000 products ..and I have to add almost 2,60,000 + products ... how can I speed up the process .... is there process any alte...

Three Similar APIs - Best Design Pattern?

Hey guys, I'm looking for some thoughts on which design pattern(s) to use for my problem, regardless of language. I am accessing three APIs that have different interfaces and functionality, but are all for the same purpose, returning information to me, in a uniform way, about the same kind of content -- blog authors. Some APIs do exa...

How do i use an API? getting nothing back in a AJAX(jQuery) request

i am figuring out how i can use the tumblr api, but i think i maybe doing it wrong i tried $.get("http://jiewmeng.tumblr.com/api/read/json?callback=tumblr", function(data) { $("body").prepend(data); }); and even $.ajax() $.ajax({ type: 'get', contentType: 'json', url: 'http://jiewmeng.tumblr.com/api/read/json', ...

Using OAuth to publish to my own account on twitter and facebook

I'm trying to update my own App/account on Facebook and twitter. Using basic authentication on twitter, this was pretty easy. However, with all the new security stuff, I have no idea where to begin. I've got a twitter account and a facebook app to which I want to post a status update (using PHP). I could use some getting started guides o...

Delete post from facebook php-sdk

Hello, Is it possible to delete a post using facebook's php sdk? I've been trying all sorts of things but I get this error: Fatal error: Uncaught OAuthException: (#200) This post wasn't created by the application thrown in C:\xampp\htdocs\auth\facebook.php on line 523 My code: <?php require "facebook.php"; $facebook = new Facebook(...

Magento XMLRPC API Fails Using finset Operator

Magento version 1.4.1.1 I'm trying to retrieve a product list filtered for a specific website using the XMLRPC API (catalog_product.list method call). The server returns "unknown error". I can call this same method and filter by status, sku, etc. But anytime I try to filter on a field that can contain multiple values (e.g. websites, cat...

Foursquare data stream

Hi, Is there an API for tapping into an anonymized version of Foursquare's stream of check-in data? Bing Maps has Foursquare Everywhere to show check-ins. Is there a way to tap into this stream of data? We're basically interested in getting realistic location data for our research project. Thanks --Sid ...

How to show data in google map

I have a csv file consists of thousand of data (columns are address1 address2 city state zipcode tag county country )of some agents.i want to upload and show this data in google map . here is a reference http://code.google.com/apis/maps/documentation/mapsdata/developers_guide_protocol.html#uploading_csv i want to ...

Can I use chromeless player/playback stats with the new Youtube Player iframe embed style?

The Youtube Player API has a bunch of functionality that I'm interested in, such as the chromeless player, playback statistics (where you can see the current state of the player, current time etc) and the ability to set volume levels. But I've been using the new iframe embed style. Is there a way to use those features with the new style...

Wikitude: How to remove/replace the wikitude logo and add the API key to remove 'Beta' watermark

How to remove/replace the wikitude logo and add the API key to remove 'Beta' watermark ? Are there any documentation for this ? ...

A question on classifying question categories on Yahoo! Answer

Hi all, now I have a seemingly easy but challenging task.I need to develop a data set of questions,and I classify the questions into two categories: Factoid questions: "who is the current president of France." Free questions: "Can you rate the cameras below for me,please?" now I need to know the percentage of both categories on Yaho...

How to post a bug using Bugzilla REST API

How can I report a bug with bugzilla rest api? The following document states that the bug object or a some of its fields must be included in POST body. I have tried adding the fields as POST method parameters but i get this error "No data supplied for create" with status code 400. My question is that how can I include a bug object or som...

How do I use the full navigation zoom control in embedded street view iframes?

I'm trying to embed an iframe containing the google street view panorama object. Embedding works by passing a url to the iframe using the following options: <iframe width="562" height="314" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="http://maps.google.de/?ie=UTF8&amp;amp;t=i&amp;amp;layer=c&amp;amp;cbll=LALTITU...

How do I grab status updates from a facebook group?

I'm making a website for a organization that also has a facebook group, and keeps it pretty up to date.... So, I was wondering if there was a way to pull the 5 most recent posts. =\ ...

How do you retrieve an author's photo via Blogger API?

Hi, I already know how to retrieve the blog data via the email and password of a user, but looking through the returned feed, I don't see the user's profile photo. Is there any way to retrieve this? Thanks! ...

Quotactl Block size

Hi, I am using quotactl package for quota management on my SUSE linux setup. How can I programatically find the blocksize in my program. ...

how to request to twitter using a keyword with a space?

Hi, I want to make a request to Twitter for a keyword that has a space in it. So i want to do http://search.twitter.com/search.atom?q=land rover. How do i do this? ...

Updating existing users with an Authlogic single_access_token

Hi all, I currently use Authlogic in a web-app to handle user authentication, but have now decided to create a limited API which would seem to require the use of a single_access_token. My question is, how can I apply the migration to existing users? I thought using something like add_column :users, :single_access_token, :string User....

Using phone and bluetooth headset with Walkie-Talkie functionallity

Hey guys! I wonder, if the following task is possible: I've got a bluetooth headset. I connect this headset to my phone. My app should popup a dialog, which discovers, that there is a headset connected and a button would forward it to some activity. There it should be possible to hold a button and talk through the normal phone mic. The ...