草庐IT

ruby-on-rails - 如何使用 OAuth 将 Aweber 连接到我的 Rails 应用程序?

我正在尝试通过OAuth将我的Rails应用程序与Aweber集成,使用officialawebergem.如果我在Rails控制台中遵循他们的流程,我可以获得访问token,没问题:oauth=AWeber::OAuth.new(ENV["AWEBER_CONSUMER_KEY"],ENV["AWEBER_CONSUMER_SECRET"])putsoauth.request_token.authorize_url#=>https://auth.aweber.com/1.0/oauth/authorize?oauth_token=xxxxxxxxxxxxxx然后我访问该URL,输入我

php - AWeber API "Method requires access to Subscriber information"错误故障排除

我正在尝试使用PHPSDK从AWeber列表中检索特定订阅者。代码:$subscribers=$account->loadFromUrl("/accounts/$account->id/lists/$list_id/subscribers");var_dump($subscribers->find(array('email'=>$email)));exit;问题是,我收到以下错误:WebServiceError:MethodrequiresaccesstoSubscriberinformation.Google空手而归。 最佳答案

php - 为 Aweber 创建 Iphone API?

我必须使用Aweber创建一个iPhone应用程序。但是Aweber没有iphoneAPIlink.现在我只想知道我了解PHP并且aweber有PHPAPI,是否可以为像我这样的新手(我的意思是Iphone)创建一个iphoneAPI来完成这个任务。 最佳答案 您不需要特殊的iPhoneAPI,您可以使用Objective-C来使用AweberAPI,就像使用PHP、Ruby、Java、Python或任何其他语言来使用Web应用程序的API一样。AweberAPI是基于REST的,因此您可以查看http://restkit.org/