newbie: how to change dotNetOpenAuth GoogleAddressBook sample to retreive more than 25 contacts?
- by abedross
How do you suggest I proceed in changing the GoogleAddressBook sample to retrieve 25 contacts?
Google suggests using AutoPaging=true on http://code.google.com/apis/contacts/docs/2.0/developers_guide_dotnet.html#retrieving_without_query
If this is still valid, how can I go about passing this parameter in the DotNetOpenAuth sample provided?
TIA