Hi guys...
I am trying to build a as3 only search api project..
I am checking this guys's code here...
http://blog.martinlegris.com/2010/05/28/sample-code-using-the-youtube-as3-api-with-the-youtube-player-api/
He has following code...
protected function doSearchResults(evt:VideoFeedEvent):void
{
if(_requestId == evt.requestId)
...
Anyone know of any example sites that use LinkedIn's API as sign-up/registration service... similar to how 'facebook connect' is used. Can't seem to find many, if any, examples out there. I wonder why. Must be a good reason for the lack of sites adopting this method of authentication.
...
I am creating a taskbar. For now want to use the windows start menu and only relpace the taskbar.
I saw that there's an docklet for object dock that can open the start menu and it opens just above the mouse. So I know that ths is possible, but I can't find anything on the internet.
How can I do this?
I am using the .net framework
...
hi there friends,
i was wondering if there is an API for a shopping cart (PHP). I have looked at solutions like opencart etc, but i have my own design and i just need some kind of API which i can use and add the shopping functionality directly into my website.
I was thinking like
ExternalCart->createNewProduct(...); or
ExternalCart->s...
Good Day.
I am trying my hardest to get my mind around PHP for building an site where you can see Highrise events printed out.
Found this wrapper, but do not know how to use it, what i should write to get use of this wrapper.
Please Help.
http://101tec.com/en/open-source/highrise-api-wrapper is the link for the wrapper.
...
hi all
i want to use finereader API to embed in my app. But i do not to know where i get API. Abby suport no much about webservice, API of finereader. i downloaded finereader 9.0 and installed, but i cannot see where APIs to call in my app (in window).
thank
...
I have a couple of problems using facebook graph api.
1).
When i try to upload a photo i get the following error "(#324) Requires upload file".
$attachement = array(
'access_token'=> (...)',
'name' => 'uploaded foto',
'source' => 'C:\Documents and Set...
I'm trying to add a letter to my marker and then have multiple markers (14 to be accurate) with letters. l have so far done this without success. I'm a complete novice with code and google API.
Can you tell what code l need to add and where?
Below is my code:
<script src="http://maps.google.com/maps?file=api&amp;v=2&am...
I want to integrate the youtube API into my app, how can i do it???
p.s.
I'm making an app for a youtube channel. I tried opening youtube in a webview, but this made everything even worse because the user could see the youtube controls (search etc.) and that strange message about the "youtube iphone app".
...
I am creating an application to help our team manage a twitter competition. So far I've managed to interact with the API fine, and return a set of tweets that I need.
I'm struggling to decide on the best way to handle the storage of the tweets in the database, how often to check for them and how to ensure there are no overlaps or gaps.
...
We have a desktop application which needs to expose API.
Some people say: API should have an abstraction layer so actual implementation can change in future versions.
Others say: API should be version specific. So an API which uses version X will only work with it. Version X+1 will also deploy the dll's of version X in order not to bre...
Hi guys...
I am building a chromeless player with Actionscritp 3 and got the following error when I play certain videos.
SecurityDomain 'http://www.youtube.com/apiplayer?version=3' tried to access incompatible context 'http://s.ytimg.com/yt/swf/apiplayer3-vfl181412.swf'
My app can search youtube videos .The error message shows up al...
I am writing an API for my application and have a few open questions (with versioning in mind).
Should users call directly my objects or need I provide some abstraction?
Should code that users wrote with version X of the API only work with version X or should it work also with the latest version?
Initially I thought "abstraction" and...
For Akismet, the first requirement for checking a blog comment for spam is to pass what Akismet calls the blog. This parameter is described as such:
blog (required)
The front page or home URL of the instance making the request. For a
blog or wiki this would be the front
page. Note: Must be a full URI,
including http://.
...
while (true)
{
BasicDeliverEventArgs e = (BasicDeliverEventArgs)Consumer.Queue.Dequeue();
IBasicProperties properties = e.BasicProperties;
byte[] body = e.Body;
Console.WriteLine("Recieved Message : " + Encoding.UTF8.GetString(body));
ch.BasicAck(e.DeliveryTag, ...
Hello,
I want Google map api for zipcodes in which zip code will be input parameter and it should return address or latitude / longitude value for that.
Can anybody tell me which api is to be used for the same ?
Thanks,
abc
...
I am trying to use places api for google map on my website. As the manual (http://code.google.com/apis/maps/documentation/places/) says it needs registration and the registration needs adsense publisher id. What is the point why should I have adsense to use maps?
...
Hello,
i want to increase desktop size (programically), effect should be like attaching second monitor, on the primary monitor nothing should change after increase.
Such trick is needed to hide window off screen and then using PrintScreen get that window image, cutting it from whole screen.
P.s. PrintWindow() function wont help here, ...
I got an for me strange problem with google font api. It woks on several computers but I have 2 computers that will not work. I can´t figure out what´s the problem so I´m interested to know if some one out there know any operating system bug or google font api bug. Here is a test list.
Computer 1 OS Windows 7: working in - Firefox, chro...
Hi,
I thought I was familiar with the applications custom schemes used with iOS to trigger applications from my app but I'm unable to use the ones that seems to be provided by the official twitter app (aka tweetie).
I'm trying to open the twitter application directly to a predefined user profile.
From the documentation found here http...