Questions tagged [aweber]

AWeber's API is a REST and OAuth 1.0 based API that allows developers to construct their own applications for displaying and managing AWeber customer accounts.

AWeber is a web-based service provider of email marketing software that handles editing messages, delivery, analytics, and collection of mailing list subscribers.

AWeber's API is a REST-based API that allows developers to construct their own applications for displaying and managing AWeber customer accounts. The API uses OAuth 1.0a for authentication and returns all requested data in JSON format.

AWeber provides several API client libraries, supporting PHP, Ruby, and Python.

103 questions
1
vote
4 answers

Aweber Integration Through Curl

I am trying to integrate Aweber through CURL but it always returns a message "Email Address is Invalid" but if i paste the same url that I am passing to curl in browser address bar it works and adds me to aweber list. Can any one guide me how can i…
1
vote
1 answer

AWeberApi - could not get Subscribers email

I run this code print_r($list->subscribers); You can see at the result I pasted below that there is no subscriber name and email... I tried all the sample codes i could find in the web and all of them have the same result. Now my question is, how…
1
vote
0 answers

How to replace aweber oauth api 1.0 to oauth 2.0

One of my website is using Aweber deprecated API (https://github.com/aweber/AWeber-API-PHP-Library), it was working fine previously but stopped, the implementation of this API has been done by another developer, now this website is handled by me and…
24 coded
  • 41
  • 5
1
vote
1 answer

Disable Aweber form popup on a specific page

Hi can anyone help me disable or block Aweber form popup in two of my Wordpress page. By default this code is site wide and put under my footer.php.