I am trying to find documentation to use the ffmpeg C API. It seems that only command line documentation is available.
Is there any good documentation/tutorials/links available?
I am trying to figure this out. Basically, I'd like to reconcile my local emails with a users list of friends.
I can see after OAuth token is established that I can get a list of users friends via http://graph.facebook.com/me/friends
Would the solution be to keep track of a list of users friends over time and then reconcile with our local ids …
enter code herei created my events on facebook throw php api (form my website) ...every thing its fine with
me and the events appear 100% on FB calendar , i got the FB event id and save to my db ,
enter code here
my users can join the same event on my website
i need them to join the same event on facebook also
i have the facebook event…
I have graphs (nodes/arcs) that I want to display to the user. I need to be able to capture the event of a user clicking on a node.
Something like Google Charts API's Simple Org Chart would be great, but it looks like it only supports trees.
What other service can I use? Or should I hack something ugly together using Google Charts?
I am retrieving a list of objects in hibernate using Criteria API. However I need lock on those objects as another thread executing at the same time will get the exact objects and only one of the thread will succeed in absence of a pessimistic lock.
I tried like below, but it is not working.
List esns=session.createCriteria(Reddy_Pool.class)
…
So I need a eary bacik interaction example of C# client using PHP server. I want to see a simple php API conteining 2 methos sum(a, b):c and echo(string):string and a simple C# client able to use that methods. How to do such thing?
Hello,
i'm using the Facebook API on an iPhone application but can't figure out how to include a clickable link in my the description of my post. Tried to put the in it but it's removed from the message.
Any idea?
I was able to create a subdomain in my plesk panel (linux serverm and plesk 10.4.4 ) using API (with a PHP script).
But I'm not able to find a documentation online for just two things:
How can I set the stats property to be "awstats" instead of "Nothing"?
How can I set (if is it possible) the home directory for the created subdomain to be, for…
I'm working on an idea for a service that uses geocoded data (lat/lng) form a US address. Google maps API v3 has been awesome, until I read the terms of service and acceptable uses a little closer. The problem is that the terms seem to prohibit use of the maps API for any commercial use where the site is not freely accessibly to the public, such…
Is it better to return a null value or throw an exception from an API method?
Returning a null requires ugly null checks all over, and cause a major quality problem if the return is not checked.
Throwing an exception forces the user to code for the faulty condition, but since Java exceptions bubble up and force the caller code to handle them,…
Hi
I am using the google maps API and have copied the examples and have ended up with a function called "initialize" that is called from the body onload.
I am using the maps in a few different user controls, which are placed within content place holders, so the body tag is in the master page.
Is there a way of calling initialize directly in…
I have tried to use twitter API in my application using MGTwiiterEngine, I think Ih ave configured all thing but while I am running the app by giving my username and password. The delegate of the MGTwitterEngine was called with the 0 statuses and also the numberOfConnections=0.
twitterEngine = [[MGTwitterEngine alloc] initWithDelegate:self];…
I'm building an iPhone app which needs a peice of meta data from a user's Google Spreadsheet. Unfortunately the meta data I need is not exposed by the API, so I will need to scrape it from the document's HTML source (it would not be present in any of the exported variants).
Is there anyway to include authentication parameters in a call such…
HI,
does anybody know if there's any option to show a real progress bar in my web site, when uploading a video to youtube using their API? I believe that in order to do so , I would need to have the option to make ajax calls during the upload to get the state of the upload. am I right? and if I am, do you know if that's possible and how?
I know you can programmaticaly add markers for directions on the map. But how do you let the user do that? Like on the Google maps site, you just right click and then click on 'directions from/to here' and the marker is added. This functionality seems to be absent from the API.
I have to make an application where a "sender" can send a message to a group of people and to a location. So when a member of the group reach this place (using location position with the cell phone), he receives all the messages for this location. I have thought to make the application using the twitter API, but I'm not really sure if that…
Obviously, APIs have exploded over the past few years, but many of them seem poorly designed when it comes to utilizing them... I have an opportunity to design an API however I see fit, but I would like it to be easy to use for those accessing it. Of course, keeping it as simple as possible is a big help, but what are the gotchas that…
Hello. How using the twitter rest api can i follow a user in something like this format:
http://myuser:mypassword@urloftwitterapi/follow?user=useriwannafollow
There is a very simple method like this? Thanks
What do I needto use to get a search listing
using the google maps API? I can get one address
or lat/long but I want to search for say "bars 84070"
andget a list of addresses and lat/long
thanks
i can get my user_timeline fine:
curl -u user:pwd http://www.twitter.com/statuses/user_timeline/user.json
{blob of tweets}
but when i try to get the friends_timeline, i get an auth error:
curl -u user:pwd http://www.twitter.com/statuses/friends_timeline.json
{"request":"\/statuses\/friends_timeline.json",
"error":"Could not…
If I want to contact API with magento do because I would like to link some product items in amazon.com and amazon.co.uk and other affiliate do not know how to make links. Enough is enough who can do some help Recommended by
Hi,
I'm using the YouTube API and there doesn't seem to be a thumbnail image of the playlist as it is on YouTube.
Anybody have any ideas or come across this problem before?
Let me know.