Try removing the key, because: - it's not required for the Static Maps API V2 that you're using - it will be matched against the URL you're visiting, which may or may not be facebook.com
On Fri, Aug 20, 2010 at 16:10, Nea <[email protected]> wrote: > I have a rather unique problem. We have an application which uploads > static Google Map images to a user's Facebook Wall. This works really > neat except for one thing, sometimes the map isn't shown in the feed > even though the link to the Google Maps is correct. > > Consider the following map for example: > > > http://maps.google.com/maps/api/staticmap?markers=color:blue|55.684318,13.17488&key=ABQIAAAAjvof_rFK2zvwuB3AuRwmHRTXAhPPf4CNr6kME-1EeFs5ozKZkRTnYNx6-wsEs6ZkqbWLoquP507vVQ&sensor=false&size=90x90&zoom=10 > > This image didn't pop up in the user's feed. > > After some investigation I found out that if you remove the zoom bit > at the end of the link (&zoom=10) the map would be seen in the feed. > > I tried to decrease and increase the zoom level but the result is the > same. Why is that so? I don't understand why it won't show in the feed > and what can be done to get around it? Because it works for most maps > and we need to zoom out the static map to city level so it makes sense > in the feed. > > Any help or ideas is appreciated! :) > > -- > You received this message because you are subscribed to the Google Groups > "Google Maps JavaScript API v3" group. > To post to this group, send email to > [email protected]. > To unsubscribe from this group, send email to > [email protected]<google-maps-js-api-v3%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/google-maps-js-api-v3?hl=en. > > -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-maps-js-api-v3?hl=en.
