Hi,
I just try as per your above help.
My Service is return value correctly but when i consuming service that time Getting Following error:
i.e. Request is failed (Account Permissions failed) error is known
but how to grant Account permissions at the time of consuming asp.net web service
because when it reach at account permission url then directly fire above error grant page not opened.
Even i make two services one for Authentication and second for GetData and
call authentication in GetData Service and then try get data from GetData Service
but not getting success.
so i need to store the Oauth 2 Permissions of Account (if yes then how to store)
or can i fix OAuth2 Permissions(as Acceptable) to no need to visit each time Authorization URL Page
or any other solution.
please reply.