Hiren Purohit
Forum Replies Created
-
Forum: Plugins
In reply to: [Social Connect] FaceBook message.you need to insert redirect_url into facebook app. Which is provide by social connect.
thanks
Please share url if possible or share screen shot for same.
thanks
Forum: Plugins
In reply to: [Social Connect] Google Plus Login IssueHello,
I am facing Google+ login issue. My site is working fine with socila signup like facebook, twitter, and google+, but don’t know what happen my google+ login not working now.
I had follow some steps like this, from this url.
1) Go to /wp-content/plugins/social-connect/google-plus
2) Open connect.php
3) Comment line #9
//$app_name = printf(__(‘Login to %s’, ‘social_connect’), get_option(‘siteurl’));
4) Change line #13
$client->setApplicationName(‘Your site name’);Please help me for this,
thanks
Forum: Plugins
In reply to: [Social Connect] Problem google loginHello all,
i had the same issue and follow this steps.
1) $app_name = get_option(‘blogname’);
2) $client->setApplicationName(‘Your site name’);But still not work for me..
can anyone help me for this ???
Forum: Plugins
In reply to: [Social Connect] google login gives warning messageHello all,
i had the same issue and follow this steps.
1) $app_name = get_option(‘blogname’);
2) $client->setApplicationName(‘Your site name’);But still not work for me..
can anyone help me for this ???
Forum: Localhost Installs
In reply to: Is there any wordoress plugins for api access with timestamp ?Yes i know it but still someone have little idea about this.
Anyone can help ?
Forum: Localhost Installs
In reply to: Is there any wordoress plugins for api access with timestamp ?Timestamp means, when we call web service on app, that time we need to check last time updated time with current time, and this time if any post updated then service will call accordingly.
Thanks.
Forum: Localhost Installs
In reply to: Is there any wordoress plugins for api access with timestamp ?Anyone can help me out of this ?
Forum: Plugins
In reply to: [JSON API] How can i upload image through JSON API ?Done
Forum: Plugins
In reply to: JSON API get_attachments from post only lists images url, and not video url.