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


Now am create One google plus authentication using google api. Here am create new client id and secret key. But i got error Origin Mismatch. Here my client id is changed.

VB
Error: origin_mismatch
Request Details

    scope=https://www.googleapis.com/auth/plus.login https://www.googleapis.com/auth/userinfo.email https://www.googleapis.com/auth/plus.moments.write https://www.googleapis.com/auth/plus.me https://www.googleapis.com/auth/plus.profile.agerange.read https://www.googleapis.com/auth/plus.profile.language.read https://www.googleapis.com/auth/plus.circles.members.read
    redirect_uri=postmessage
    state=813076234|0.3421608798
    origin=http://localhost:58619
    display=page
    request_visible_actions=http://schemas.google.com/AddActivity
    cookie_policy_enforce=false
    response_type=code token id_token gsession
    access_type=offline
    cookie_policy=single_host_origin
    proxy=oauth2relay482327206
    include_granted_scopes=true
    client_id=809245002561-m4dvf2138bsg151cludmakljje1fck72.apps.googleusercontent.com
    authuser=0



above one is shown during click sign in. the above client id is not similar to am create new id. Am already update the id by using my new creating id. All replies are welcome.

Thanks,
DhineshKumar Velmayil
Posted

1 solution

Refer - Got origin_mismatch error in Google+ share api[^] and follow the solution.
 
Share this answer
 

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