Originariamente inviato da longilineo
Quella dell'api key penso sia la primissima cosa in assoluto, se ti blocchi li lo farai ad ogni passo. Quindi o utilizzi google translate o impari l'inglese.

Le documentazioni purtroppo sono quasi sempre e solo in inglese.
Capisco...ho traslato un po' e fatto delle prove, ad esempio se io eseguo col browser la querystring

http://api.meetup.com/topics.xml/?ke...xxxxxxx&page=1

mi ritorna un file XML così:

codice:
<results>
 <head>
  <url>http://api.meetup.com/topics.xml/?ke...mat=xml&page=1
  </url>
  <method>Topics</method>
  <description>API method for accessing meetup topics</description>
  <count>1</count>
  <updated>Sat May 19 12:33:04 EDT 2012</updated>
  <lat/>
  <next>http://api.meetup.com/topics.xml/?ke...mat=xml&page=1</next>
  <id/>
  <link>http://api.meetup.com/topics.xml/</link>
  <title>Meetup Topics</title>
  <total_count>114927</total_count>
  <lon/>
 </head>
  <items>
   <item>
   <description>Meet fellow Social Networkers near you! Come to a local Social Networking Meetup to make valuable social connections and cultivate relationships with other elbow-rubbers in your area.
   </description>
    <updated>Tue Aug 12 09:16:02 EDT 2008</updated>
    <link>http://socialnetwork.meetup.com/</link>
    <id>4422</id>
    <members>3658463</members>
    <urlkey>socialnetwork</urlkey>
    <name>Social Networking</name>
   </item>
  </items>
</results>
Dici che sono sulla strada giusta?