api

Post status to Facebook profile without Facebook modal window using ASP.NET

I'm trying to work with Facebook in my ASP.NET site where I have a logged in user of my site enter in text in a box for their status on my site. I want them to be able to push that status to FB as well per their permission. I did it using simple Facebook Connect JS code but I want to get the info in .NET and push it that way. I'm not act...

Is there any free library which can be used to generate Graphs in J2EE environment?

I am using JSP with Springframework, and i have to generate Graphs ( Bar , Pie ... ). Is there any free library/api which can be used to achieve this? ...

Unknown Error in Facebook Apps. when get user info.

The problem is.. that when I try to login the user and then get the user info, I get error from Facebook API. with error code: 1 The same code works for one server, but not another one. THe config and everything are the same, except the non-working one is hosted at RackSpace cloud environment. I don't know if that's the cuase. Informa...

Facebook Developer Toolkit applications - deprecated template bundles

On this page: http://developers.facebook.com/tools.php?feed I read, today: Facebook will deprecate template bundles and their related API calls December 20, 2009. Please start using stream attachments with stream.publish, FB.Connect.streamPublish, and Facebook.streamPublish instead. Do anyone have an idea if there is a...

How to design a REStful API for a media analysis engine

I am new to Restful concept and have to design a simple API for a media analysis service I need to set up, to perform various tasks, e.g. face analysis, region detection, etc. on uploaded images and video. Outline of my initial design is as follows: Client POSTs a configuration XML file to http://manalysis.com/facerecognition. This cr...

YouTube Autosuggest API - where to find samples or documentation?

I want to create a YouTube video search box with the same autocomplete feature. Any idea where can I find samples or and documentation? Thanks ...

JavaDocs for Tibco datagrams (TibrvMsg)?

Does anyone know of available Javadoc for Tibco rvd datagrams (specifically, class "com.tibco.tibrv.TibrvMsg")? It is not hard to decompile classes to get signatures, but that does not tell a lot about expected optimal usage and such. All I need is simple read/write functionality for interoperability purposes, but ideally using recommen...

Lua Alien - Calling Specific API

Hello all, I have currently run into an issue while toying with Lua and the alien module to use Win32 API and such from Lua scripts. So far I have only had a single issue with alien which is with the use of API that use certain structures such as CreateFontIndirect. For example: HFONT CreateFontIndirectA( const LOGFONT& lplf ); LOGF...

Can I set a users profile image using the Facebook API?

I'm looking for a user.setImage call or something to that effect on the Facebook API but I can't see anything to achieve this: specifically to overwrite a user's profile image (not just post an image on their wall). I can't see anything in the docs. Do you know if this is possible and if so any docs on implementating it? Thanks, Jame...

Replace the Default Page in a SharePoint WebSite

Hi, I have been asked to programmatically do the following in a SharePoint 2007 team site collection: Create a website using the OOTB blank site template. (Please note, for project specific reasons, we are not using customized site templates.) Activate the Publishing feature on the created website Activate a number of other custom fe...

Widgets and APIs - adoption strategy recommendations

Hi Everybody, We'll be investing in APIs and Widgets in our company. We're looking at some of the best practices, which includes technology stack, API infrastructure, and more importantly, a program-term or structure (i.e. offer) that motivates/(gives good incentive) to the developers and partner site owners to use our APIs. What are s...

How can I prevent user-agents from presenting a download window for unrecognized mime types?

If you set the Content-Disposition header to attachment, this causes user-agents to always present a download window for that file. I would like to do this opposite of this: force user-agents to always display the response directly. In this particular case, I have an API that's sending JSON. I'd like to serve it as application/json as...

Explanation of PyAPI_DATA() macro?

I've searched all over the web and can't seem to find documentation or even a simple explanation of what PyAPI_DATA() does (even though it is used in the Python header files and cited on python.org). Could anyone care to explain what this is or point me to documentation I am overlooking? Thanks. ...

How to provide your app with a network API

I am going to write a Ruby application that implements a video conversion workflow consisting of multiple audio and video encoding/processing steps. The application interface has two core features: queueing new videos monitoring the progress for each video The user can access these features using a website written in Ruby on Rails. ...

SendMessage to Windows Explorer address bar

How to SendMessage to Windows Explorer address bar in C#? Thank you ...

Google Search from a Python App

I'm trying to run a google search query from a python app. Is there any python interface out there? If there isn't does anyone know which Google API will enable me to do this. THanks ...

free subdomain redirection services with api and path forwarding?

Hi I am familiar with dot.tk, a free subdomain service that provides url cloaking and an api to create new subdomains programmatically. Tragically it seems to be the only one that does not do path forwarding, so if I have a mydomain.tk url pointing to myhost.com and want to access myhost.com/path/to/resource via mydomain.tk/path/to/res...

making a thumbnail toolbar (windowsAPICodePack,windows 7) button invisible in vb.net

I'm trying to make a thumbnail toolbar button (TTB from now on)visible when the it is clicked. I know how to do stuff when it is clicked, AddHandler etc. But if I tell it TTB.visible=false then it doesn't become invisible. If I put TTB.enabled = False it will be disabled, so it's only the visible that isn't working. Also I put a button...

google ajax api results differ from normal search, why?

I read about the Ajax API here http://stackoverflow.com/questions/1539798/scraping-parsing-google-search-results-in-ruby For some reason, I get completely different results from the same query when using the Ajax API than I do from normal search. Is there a simple explanation? here are the two: http://www.google.com/search?hl=en&rl...

am trying to create class to encapsulate toolbar but the background turns black. c++ win32api

i created a simple class to hide the details of creating a toolbar in win32 api but i dont like the toolbars it is producing. (See image for clarification. I dont have reputation points so i have just posted a link) http://i35.tinypic.com/1zmfeip.jpg I have no idea now the black background is coming into my application. Here is the cl...