Click here to Skip to main content
15,880,503 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi Friends,

I have created Desktop application. in this app. having option to Share the Data to the Google+ wall using Google+ Api. using this guidlines http://stackoverflow.com/questions/16836467/how-to-get-google-plus-access-token-in-windows-application-c-net[^] i got Access Token, Expires_in, Token_type, Id_token, Refresh_tokenthis values. Using this Values how can i Share the data into Google+ wall using c sharp Desktop Application. Please can anyone suggest me on this......

Thanks in Advance,
Mohan G
Posted
Updated 4-Sep-14 1:14am
v4
Comments
ZurdoDev 2-Sep-14 12:18pm    
1. Please do not repost.
2. Read the google+ documentation.
Mohan Gopi 3-Sep-14 5:55am    
Hi Ryan,
Thanks for ur Reply. i need some sample examples to do this. i seed the google+ documentation but i did't get exactly what i want.......
ZurdoDev 3-Sep-14 7:15am    
As I already mentioned on your other post, you need to first find out what type of technology the google+ api is. For example, Rest API, wsdl, http post, etc, and then you'll find tons of examples online.
Mohan Gopi 3-Sep-14 7:24am    
Hi Ryan,
I am using REST API for getting Code.Using this code i got Access Token, Expires_in, Token_type, Id_token and Refresh_token this values...this are all i did in desktop application.... same thing i want to do for share data also....
ZurdoDev 3-Sep-14 7:28am    
OK. So, google for C# REST API examples and you should find how to make that call in C#.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900