api

how to figure out if a facebook user is logged to facebook connect in from C#

I'm trying to figure how whether or not the current user is logged in with their facebook account on my site... I've tried searching around and looking through the facebook namespace but haven't found anything similar to isUserLoggedIn(). I'm guessing I missed it somewhere... Anyone know of a method that would work for this? ...

About Google Android and Google API??

I need to know about the Android and the API. I need Information as to what are the latest applications that are developed on Android and/or using API. Is there any doc that will explain the use of android or the SDK is self-sufficient? if you can give ideas regarding an application that can be developed as a FYP. suggest me t...

Yahoo Boss getJson

Anyone know how to do a JSON call to the Yahoo Boss API? Ideally the URL for the documentation on how to do this... Thanks, Mark ...

Video window with Communicator API

Does anybody know if it is possible to show a custom video window with Communicator Automation API? ...

How do I connect to the Campaign Monitor API?

Hi, I have somewhat of a knowledge of the PHP coding language and I would like to connect the Campaign Monitor API(Link) with my website, so that when the user enters something into the form on my site it will add it to the database on the Campaign Monitor servers. I found the PHP code example zip file, but it contains like 30 files, an...

The meaning of API

Hello, Could anyone please tell me the meaning of API in following paragraph, that's actually about Transfer Object: If it's likely that a business service might be asked to send or receive all or most of its data in a big, coarse-grained message, it's common for that service to provide that feature in its API. Thanks in...

PHP Flash Charts API w/ Missing Dates?

I have some data of balances ($), dates, and memos. I want to plot this as a line graph. I was happily plotting away with http://www.maani.us/xml_charts/ until I realized that my x-axis was off: there aren't balances for every day, and sometimes there are multiple balances on a single day. How can I compensate for this (space out the dat...

jQuery - parsing JSON data - Having trouble with variable name

My first delve into working with JSON data. I have a bit of experience using jQuery though. I'm posting to this URL (tumblr api): jyoseph.com/api/read/json What I'm trying to do is output the json that gets returned. What I have so far: $(document).ready(function(){ $.getJSON("http://jyoseph.com/api/read/json?callback=?", functio...

ebay like API interface for a web portal

We have developed a B2B Web portal for Graphics Job Work which is similar to Camera Ready Art (www.camerareadyart.com). It is targeted for people wanting to convert bitmap to vector Graphics, Logo Designing and general image processing like coloring B/W images to color,etc. We want to add facility so that people (our clients) can use a ...

Online Credit Card Payment Processing

Most of my clients require donation and shopping cart integration into their websites. I have always used PayPal to run the transactions, but PayPal is a nightmare to work with. I'm looking for an alternative company to handle the credit card processing. I had looked into Amazon FPS, then realized that it requires an Amazon account in...

[Rails] To go API or not

My company has this Huge Database that gets fed with (many) events from multiple sources, for monitoring and reporting purposes. So far, every new dashboard or graphic from the data is a new Rails app with extra tables in the Huge Database and full access to the database contents. Lately, there has been an idea floating around of having...

Need of PRBS Pattern Generating C/C++ API

Hi, I am looking for PRBS Pattern Generating C/C++ API, So that i can insert it in Payload of UDP. If anybody know the procedure for generating PRBS pattern it would be greatfull. ...

How to Implement Twitxr API in my application using Asp.net

I am developing an application for website. I want to integrate Twitxr API into my website. I want all the information about twitxr in my application. I have methods with xml format. I want to read that xml in my c# code. Any Suggestions please. ...

Google Maps - controls disappear in Firefox but not Internet Explorer 6

I've got a Google Maps JavaScript bug which I can't get to the bottom of. The code works as in you see the maps on the page, but the controls seem to be "under" the map images, you only see them on page load, and when you zoom in or out quickly. Sorry for just dumping code here, but I honestly can't see where the issue is. I've tried: ...

What is the difference between JAIN SIP and MJSIP?

Hi, I've been investigating various API options for making use of the SIP (Session Initiation Protocol) in Java. So far I've narrowed it down to JAIN SIP and MJSIP but I can't figure out the difference between the two. Can someone please explain why and when to choose one over the other? Thanks in advance. ...

In GTK, how do I get the actual size of a widget on screen?

First I looked at the get_size_request method. The docs there end with: To get the size a widget will actually use, call the size_request() instead of this method. I look at size_request(), and it ends with Also remember that the size request is not necessarily the size a widget will actually be allocated. So, is there any f...

boolean parameters -- do they smell?

I just found a bug caused by a boolean parameter... the caller thought it was controlling one thing but it was really controlling something else. So do boolean parameters smell in general? Personally, I don't feel comfortable when I see them. I mean: DoSomething(false); What the heck am I supposed to think when I read something lik...

Post status update to Facebook page (Fan site)

I've seen all the posts here on stackoverflow about posting status updates to a page's wall (not a user's wall); but all appear to be out of date as none of them address the issue with the new Open Stream API. All the research I've done on Google leads me to the same end: Out of date tutorials that end up saying that the current implemen...

Video recording API in iPhone SDK 3.0

I am working on an app which should allow user to record video on iPhone 3GS. I was looking into MediaPlayer references but could not find anything there. Can someone give me a head start on the APIs to look for? ...

What's the API of PowerObject or WindowObject classes?

I'm currently developing a PowerBuilder application and noticed that each window features a 'ParentWindow' function. However, there doesn't seem to be a 'ChildWindows' or anything like that. Unfortunately, the Documentation at sybase.com just says that these base classes are not documented. Maybe somebody figured it out anyway, using so...