Skip to main content

Posts

Showing posts with the label google

Integrate Google, Yahoo and OpenID in android application?

I want to integrate Google, Yahoo and OpenID in my android application. I have successfully done with facebook, twitter. I had used facebook android sdk for facebook integration and twitter4j-core-android-2.2.3.jar for twitter integration. Now I am looking for Yahoo, Google and openId integration. I searched for yahoo integration also registered to get consumer key, consumer secrete key and application id. But I didn't find any jar or sdk for yahoo integration. There is for iPhone but not any thing for android.

Should I use a hosted version of JQuery? Which one?

Should I use a local copy of jquery, or should I link to a copy provided by Google or Microsoft? I'm primarily concerned about speed. I've heard that just pulling content from other domains can have performance advantages related to how browsers limit connections. In particular, has anyone benchmarked the speed and latency of Google vs. Microsoft vs. local?

Is Google the only OpenID provider that requires "identifier_select”?

I am developing an OpenID consumer in PHP and am using the fantastic LightOpenID library ( http://gitorious.org/lightopenid ). Basing my code off of that found in the example client script I have successfully created a consumer. However, I've run across a snag: Google requires the openid.identity and openid.claimed_id to be set to "http://specs.openid.net/auth/2.0/identifier_select" (see here ). If I do that it works but other providers (i.e. AOL) don't. Here are my questions: Is Google a corner case –– is it the only OpenID provider where identifier_select is required, contrary to the OpenID specs? Is there a shortcoming in the LightOpenID library? Is my understanding of how OpenID works incorrect? If Google is not the only provider that requires identifier_select are there a finite number of them which I'll just hardcode in, or is there someway to determine this through the OpenID spec? I'm new to the internals of OpenID so I wou

Is there a better way to embed maps on the iPhone, without using native code?

I have an iPhone application, which does include maps. However, when a user clicks a button in the app - it just brings up an embedded safari browser, with the Google Maps in it. This is because I have a web version of the app, and I want the exact same result on both iPhone and web, without having to constantly update both codes. Also, it includes display of a polygon and pins. Is there a better way to implement Javascript maps on the iPhone in a native app? Or for Javascript to control a native Google map in the iPhone application? I don't really fancy the idea of "translating" all the Javascript code, database lookup etc, into native code. Any ideas?

AppEngine Connected Android Project: sendNoRetry: Unauthorized - need token

i have created a new 'AppEngine Connected Android Project' with the Wizzard and entered my registred Mail-Adress. I changed nothing on the Registration-Code, that is created automatically, but I get the following Error erverytime I try to send a Message: com.google.android.c2dm.server.C2DMessaging sendNoRetry: Unauthorized - need token I tried to create a new dataMessagingToken.txt (create a new Project, with the same Name and replace it in the original one) but that does not work... I hope you can help me. Thank You Tobi

Get geo location from RSS feed

I am working on RSS feed and I want to display it on google map, for that I need geo location (latitude and longitude). Is there any way to get geolocation from RSS feed. Please find below example link and it output the results as below: http://news.google.com/news?ned=us&topic=h&output=rss [0] => Array([ title] => With video: Marine urination outrage not stopping Afghan peace talk moves - Detroit Free Press [link] => http://news.google.com/news/url?sa=t&fd=R&usg=AFQjCNGJ6-pSyuoJH43Om0IZipU0bYSCZg&url=http://www.freep.com/article/20120113/NEWS07/120113024/With-video-Marine-urination-outrage-not-stopping-Afghan-peace-talk-moves [description] =>With video: Marine urination outrage not stopping Afghan peace talk moves [guid] => tag:news.google.com,2005:cluster=17593988265025 [pubDate] => Fri, 13 Jan 2012 16:14:32 GMT ) Thanks