temboo

Using Temboo to perform a Facebook 'like' action

南楼画角 提交于 2019-12-25 01:28:56
问题 I would like to perform 'likes' in Facebook walls (from an Android app) using the Temboo Library, and I see there is a Choreo for this. My problem is that the required parameters are the AccessToken (as usual), and an ObjectID, and I have no idea where can I get a proper ObjectID related for example to a Facebook Group Fan Page I would like to 'like'. How is the conversion from a certain URL to an ObjectID? EDIT I specify the following permissions: "email,publish_actions,user_likes", as

Stripe: downgrade a user at “period end”

回眸只為那壹抹淺笑 提交于 2019-12-20 17:33:32
问题 Is it possible to downgrade a user at period end instead of immediately? I've combed through the API Docs but haven't been able to figure out how to accomplish this. As a workaround I'm currently immediately canceling the user's subscription, then subscribing them to the lesser subscription, trialing until the end of the month. This won't work though - I need to be able to delay the downgrade until the period end (but "record" it w/ Stripe at the time the downgrade is requested). Clearly

Post a message with special characters on Facebook through Temboo

喜欢而已 提交于 2019-12-11 21:39:26
问题 In my Android app I use the Temboo library to post on user's Facebook wall. Everything is OK except when the message contains non-ASCII characters. For example, if I try to publish the String "Oído", I get on Facebook: "O�do". I suppose I would need to set the charset for the Temboo library (if UTF-8 is not the default charset), but I find nothing on the documentation or I am missing something. 回答1: I work at Temboo. We made some updates based on your question so encoding should work fine for