I have a web application where user can create his/her account.I want that user can import email contacts from his/her yahoo account.How can I do that? I thnk I havr to use yahoo API or some services kind of.????
...
Hey all,
I'm developing an application where it requires users to sign in using twitter and OAuth. Everything works just fine thanks to Zend_OAuth. The problem is that the web app will also make some calls to the twitter API but these will be handled internally without the need of authenticating. Twitter Dev provides an 'access_token' a...
Hi,
I need to set the page title (Page Title) of a SharePoint page in code. I have already tested
this.Page.Title = "My Page Title";
But this does not change the title when the page loads. Can anyone offer any advise on how to do this?
Thanks, MagicAndi
...
How can we get extensive API support for all Orkut features on Android.
or orkut integration with android
...
Hi,
I am trying to do a very basic thing with the new Graph API.
I already know how to get my friends:
"https://graph.facebook.com/me/friends?access_token=4333ed34d..."
but if i have a friend who's ID is 123456, then i want to get his friends :
"https://graph.facebook.com/123456/friends?access_token=4333ed34d..."
but i get an exceptio...
I have in my possession a Microsoft Powershell script which examines all the files in a folded ending in .wtv (Windows Media Center recorded TV programmes), extracts some metadata (using a DLL called "Toub.MediaCenter.Dvrms.dll") and then writes it to stdout:
[void][System.Reflection.Assembly]::LoadFile("C:\Toub.MediaCenter.Dvrms.dll")
...
I am trying to construct queries dynamically, and my next target is add JOIN clauses (I don't know how can I use the API).
By now, for example, this code work for me :
...
Class baseClass;
...
CriteriaBuilder cb = JpaHandle.get().getCriteriaBuilder();
CriteriaQuery cq = cb.createQuery(this.baseClass);
Root entity_ = cq.from(this.bas...
I'm using the Zend_Gdata_Photos PHP client to access the Google Picasa API, trying to just do something very simple, list all the albums, and then list all the photos within each album. This is my code:
$client = Zend_Gdata_ClientLogin::getHttpClient('*****', '*****', Zend_Gdata_Photos::AUTH_SERVICE_NAME);
$gp = new Zend_Gdata_Photos($c...
Hi there
I am having problems with Jcrop API. I don't think I need to go into detail as why I need this check, but I need to check if the Jcrop API is present so I can destroy it or not create another one if it is already created. Is there a way to check if api is present? Maybe this is Jquery or javascript check, I am quite a beginner....
Our business uses custom internal software to create shipping labels to be printed on large high-speed label printers.
What options are available to developers (libraries, services, full-blown-software, etc.) for assisting in the process of creating a custom-formatted label and sending it to a dedicated label printer?
More background...
This question has less to do with actual code, and more to do with the underlying methods.
My 'boss' at my pseudointernship has requested that I write him a script that will scrape a list of links from a users' tweet (the list comes 'round once per week, and it's always the same user) and then publish said list to the company's Tumblr a...
Hello,
I'm trying to publish to another user wall, so it would appear as if HE published this post himself. For example, I want to write "I've published a new article on Youngo.com" on his wall.
I have an offline access and stream publish permissions. I also got the access token. I just can't figure how to do that using JavaScript.
Ca...
Hello,
I have designed a template to list items on ebay and I have some compatibility issues with internet explorer (8 in this case..i assume other version as well).
Here is a beta test of the item I've put up for sale with my new template:
http://cgi.ebay.com/ws/eBayISAPI.dll?ViewItem&item=300451388766
The part of the page that ...
I have created an API that is used on several sites. The client sites call the server with either file_get_contents or curl and accesses a url of ours like "http://www.myserver.com/api/record.php?some=thing". The client makes the call and then waits for the API to respond before processing the rest of the page. However, some of the time ...
Hello,
I've managed to post to another user's wall, but I couldn't figure how to delete them using the access token. I'm using the JavaScript SDK. Can someone please help?
Thanks in advanced! :)
...
Specifically for sending commands and receiving sensor data.
...
most of the ones i've found use xml, and id rather just use the JSON objective c source code.
Any suggestions?
i have seen this:
http://stackoverflow.com/questions/507441/best-weather-apis
...
Here is the documentation for the SugarCRM 5.5 API:
set_relationship
http://developers.sugarcrm.com/docs/PRO/5.5/Developer_Guides/-docs-Developer_Guides-Sugar_Developer_Guide_5.5.1-Chapter%202%20Application%20Framework.html#9000526
This is the gem which is creating methods for me to access it (line 110):
http://github.com/dennijo/Rub...
Hi,
I am currently running a rails app in production. Whenever i try to access my home page i get an error 500. This started happening recently so i have successfully run the app before.
I realised that i could access some of my inner pages and this problem seems to be common on pages using google maps api. So i figured it could be one...
Greetings,
I am trying to use Garcer API for Mobile Application Development (https://www.garcer.com/packages.aspx) and have some errors when I run the HelloWorld, which is included as part of the Garcer J2MEGUI API. Here is what I am trying to do:
Technology used:
Eclipse 3.5 (Galileo)
J2ME 3.0 with DefaultFXTouchPhone1 Emulator
JDK ...