api

Facebook Page get_stream With Facebook Offline Validation Process?

So I am looking to make a php application similar to the fanbox, but I need to just have the data extracted as json or whatever the FBAPI returns with get_stream. But I don't want it per-user. I just need to grab a single fanpage wall content and put it on the website. Would I have to validate? How do you validate with the offline_ac...

NPLogonNotify not called for smartcard login (Windows 7)

Hello: I have some code which acts as a network provider and can intercept both traditional logins and smartcard logins via the NPLogonNotify callback. This is running on XP (32 bit). I am porting to Windows 7 (64 bit). NPLogonNotify is still supported according to MSDN and indeed my code captures traditional logins successfully. The i...

How to set the value of a shared parameter with type binding in Autodesk Revit Architecture 2010?

I have a shared parameter UValue bound to the Wall type with TypeBinding in Autodesk Revit Architecture 2010. I can easily access the parameter with: Definition d = DefinitionFile.Groups.get_Item("groupname").Definitions.get_Item("UValue"); Parameter parameter = self.get_Parameter("UValue"); The value of this parameter can be looked ...

Facebook - Are there any API wrappers for C# available?

Hi there, as the title. I'm using C# (.Net 3.5) in my application. Are there any free and reliable wrappers for the Facebook API? Thanks in advance! ...

Modifying a string in resource of an exe

How do I modify buffer in following code then save the changes in resource of the executable? I'm looking for something like SetString(handle,index,buffer,size). var hExe : Cardinal; buffer : array [0..4097] of ansichar; begin hExe:=LoadLibraryEx(PAnsiChar(Edit2.Text),0,LOAD_LIBRARY_AS_DATAFILE); LoadString(hExe,65300,buffer,Siz...

API to add a tree view to a web document ?

Say I'm looking at a long web doc.html which has no tree view on the left, but I can hack a local tree view file with level, name, href like + 1 US href= ("+" button expands, "-" folds) 2 Alabama href= 3 ... 2 Alaska href= ... + 1 Canada href= ... Is there a small API that can generate a tree viewer / navigator from this, e...

How to manipulate trac (web-based software project management application) data from external source/web application?

I was planning to implement a way to extract/update/insert trac's project related data from different web application. Assuming I have direct access to database (eg. MySQL, because maybe SQLite will not work if the external site does not have access to the file system). Is there any API for trac that I can use to manipulate milestone & ...

Does iPhone API allow application read/write to iPhone's filesystem?

My iPhone app (well, idea of it) needs to do changes to iPhone's filesystem. Does iPhone API allow that? ...

Find current geographic coordinates from Python script

Hi, I'm tying to get a certain Python script (although I guess it isn't really the language that's going to matter here) to find out the current geographic location of the machine running it. As you might have guessed, it's a little script that reports my laptop's location when it boots and stuff :) Is there any free web service or API t...

Does iPhone API allow to application to capture system events, like new message, new email, new push, etc.?

My app needs to activate, or at least be able to something on the system event, like new message, or new email/etc. Is it possible? If not -- any possible workarounds? ...

TinyMCE commands or object API?

The popular TinyMCE rich text editor has an API for interacting directly with various classes, and it has a command-based API based around the 'execCommand' and 'execInstanceCommand' methods. I notice that, in some cases, the one operation can be performed via either API; so which one should I prefer? ...

Programmatic google search

Good morning all! Does anyone knows how to do a google search programatically? I'm developing a Java applications that must do a google search like: http://www.google.pt/search?q=something+to+search When i try to call this link programatically, the http response is: Forbidden. I know that there is a Google API to handle this kind of ...

Client Login - how to store credentials securely on client side?

As many APIs provides access remotely to their data through the user/password combination, I was wondering wich was the best way to store those value, highly secure way (even if 100% is impossible), in order to connect them directly without asking everytime for those. ...

How does .NET allow API exploration of compiled DLLs?

The title says it all... ...

RESTful APIs in Django for GETTING information from a server

Any idea of a RESTful APIs in Django for GETTING information from a server? What I want to do is fetch the errors from the server into a database. For example: The Live server has examplewebsite.com, any thing goes wrong with that website should POST the error, where the Django app GET the errors and insert them into the database. ...

What is a good way to transfer binary data to a HTTP REST API service?

We are extending our HTTP REST API to allow clients to upload picture (for the purpose of this question, assuming binary data). So far we have only allowed simply strings in our API parameters. What is a good way to allow them to upload binary data? Would it be to request for the base64 encoded form? Would the URL become too long for the...

Securing ASP.NET Web Service

I'm planning to develop a web service application to support an iPhone app and need to be able to secure communications between the application and certain asmx methods. Having used APIs for Facebook, Twitter and the like - I was wondering how I might best accomplish this with ASP.NET. Any thoughts? ...

Babylon Text Select

How does Babylon recognizing text selection in any software? I have to implement this. Thanks. ...

Using OAuth... I don't get it. What am I supposed to do?

Ok so I try to use OAuth (not my choice), and I don't quite understand it. I want to access an API as a specific user. I think I need to get a token and then send it somehow... but this is very weird. I read the documentation, I get the big concept but I don't see how to actually use it. Here are the data I have from the website I'm t...

How to access YQL in Python (Django)?

Hey, I need a simple example for the following task: Send a query to YQL and receive a response I am accessing public data from python backend of my Django app. If I just copy/paste an example from YQL, it says "Please provide valid credentials". I guess, I need OAuth authorization to do it. So I got an API key and a shared secret. N...