मैं Google API पर काम कर रहा हूं जैसे कि चैट, संपर्क और इतने पर ... मैं developer_key
gdata doc में बताए अनुसार अटका हुआ हूं।
आप इसे https://code.google.com/apis/console पर प्राप्त कर सकते हैं :
'developer_key' => ''
मेरे पास पहले से ही है:
// OAuth2 Settings, you can get these keys at https://code.google.com/apis/console
'oauth2_client_id' => '',
'oauth2_client_secret' => '',
'oauth2_redirect_uri' => ''
मुझे डेवलपर कुंजी कहां मिल सकती है?
मुझे कुछ इस तरह से मिला
http://code.google.com/apis/youtube/dashboard/gwt/index.html
लेकिन मैं इसे केवल youtube के लिए समझता हूं।