unificationengine

Posting on facebook via unificationengine

淺唱寂寞╮ 提交于 2020-01-11 07:41:10
问题 Hi I'd like to post to facebook via unification engine. I've already created a user, added and tested successfully a facebook connection, but when I post I get the following response: {"Status":{"facebook":{"status":190,"info":"Error validating access token: Session does not match current stored session. This may be because the user changed the password since the time the session was created or Facebook has changed the session for security reasons.: "}},"URIs":[]} When I use the facebook

Unification not providing me user password and username

烂漫一生 提交于 2019-12-24 10:56:38
问题 When I am using Instagram sharing then how can I get username and password from Instagram (current login user). $app = new UEApp(self::APP_SECRET, self::APP_SECRET); $user = new UEUser($this->currentUser->unification_userkey, $this->currentUser->unification_usersecret); $con = $access_token."@instagram.com/?username=rajneesh49&password=test&@instagram.com"; Now I am using static password and username then its working fine but How can I get current username and password(required filed by

403 forbidden error while sending messages to facebook connector through Unification Engine API

孤街醉人 提交于 2019-12-24 00:57:12
问题 I am using unification engine #unificationengine API to post message on facebook. I followed all the steps and created connections to use connectors. All the curl requests are working fine till send message. In every curl from create user, create connection, connection refresh I am getting {'status':200,'info':'ok'} And now I want to use the connector to post message on facebook. Below is my Curl code: $post_msg = json_encode( array( 'message' => array( 'receivers' => array( array( 'name' =>

Forbidden error 403 in Unification Engine API while sending message

邮差的信 提交于 2019-12-11 08:29:04
问题 I am using #unificationengine API to send message on facebook. Details I have given while registering my APP on facebook: site url : http://localhost:3000 Email adress and other required details In unificationengine API I have used all the curls mentioned in their documentation step by step as follows: 1. Created user using API key and Secret 2. Added connection 3. test connection 4. Refresh connection 5. Send message All 4 gave 200 success code but send message gives 403 fobidden error. The

Retrieving messages from the twitter connecter resultes into 403

萝らか妹 提交于 2019-12-08 05:22:29
问题 I have successfully registered the twitter connector with my app and created a user. I'm able to send tweets and the test and info apis both work. Only when I try to retrieve messages the connector returns the following result: {"Status":{"twitter":{"status":417,"info":"417 Connector returned error: 403 Forbidden"}},"messages":{"twitter":null}} I send the request to /v2/message/retrieve with the following json body: {"uri": "unified://twitter"} 回答1: curl -XPOST https://apiv2.unificationengine

unifcationengine not working with google+ sharing

爷,独闯天下 提交于 2019-12-06 16:13:48
问题 Hi When I am sending a message by unification-engine api in google plus then I am getting this error stdClass Object ( [Status] => stdClass Object ( [GP] => stdClass Object ( [status] => 504 [info] => 504 Connection Error: Post https://googleplus-v2connector.unificationengine .com/v2/message/send: EOF: ) ) [URIs] => Array ( ) ) unificationengine api working fine with facebook and twitter but its not working with googleplus My code is $app = new UEApp("APP_KEY","APP_SECRATE"); $user = new

unifcationengine not working with google+ sharing

谁都会走 提交于 2019-12-04 21:14:48
Hi When I am sending a message by unification-engine api in google plus then I am getting this error stdClass Object ( [Status] => stdClass Object ( [GP] => stdClass Object ( [status] => 504 [info] => 504 Connection Error: Post https://googleplus-v2connector.unificationengine .com/v2/message/send: EOF: ) ) [URIs] => Array ( ) ) unificationengine api working fine with facebook and twitter but its not working with googleplus My code is $app = new UEApp("APP_KEY","APP_SECRATE"); $user = new UEUser("USER_KEY","USER_SECRET"); $connection = $user->add_connection('google', "googleplus", $access_token