Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7908605
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 3, 20262026-06-03T12:01:21+00:00 2026-06-03T12:01:21+00:00

I am able to do the following, $.ajax({ url : ‘http://search.twitter.com/search.json’, data:{ q:’from:user1 OR

  • 0

I am able to do the following,

$.ajax({
    url : 'http://search.twitter.com/search.json',
    data:{
        q:'from:user1 OR from:user2',
        rpp:1,
        page:1,
        include_entities:1
    },
    type: 'GET',
    dataType:'jsonp',
    success:function (r){
        console.log(r)
    },
    error:function (){

    }
});

I need to get x number of tweets per user…

so for example the first two tweets of user_1, then the second two tweets from user_2 so I get 4 in total… or 6 if 3 users and so on… atm it’s showing me a paginated option, and I don’t wish to make multiple requests for each user as they are about 10 of them.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-03T12:01:24+00:00Added an answer on June 3, 2026 at 12:01 pm

    Went ahead and made a simple Yahoo Pipe for this. Could probably edit it to make it more robust but it combines 2 calls into one.

    http://pipes.yahoo.com/pipes/pipe.info?_id=15754ad56809f1970a5c7f5ac117f064

    $.ajax({
        url : 'http://pipes.yahooapis.com/pipes/pipe.run',
        data:{
            Name1:'twitter',
            Name2:'twitterapi',
            id:'15754ad56809f1970a5c7f5ac117f064',
            render:'json'
        },
        type: 'GET',
        dataType:'json',
        success:function (r){
            console.log(r)
        },
        error:function (){
    
            }
        });    
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have the following structure: http://subdomain.mysite.com From there, I want to be able to
I have the following: $('#EID').change(function () { $.ajax({ url: /Administration/stats, data: { DataSource: $('#DataSource').val(),
I am not able to parse the json data by the following code, its
following this link i was able to load and read pixels from a .gif.
I have the following JSON: {COLUMNS:[ID,FIRSTNAME],DATA:[[1,Steve],[2,Jim],[3,Bill],[4,Tony]]} I am trying to write some jQuery that
I have the following Ajax call: function ajaxCall(soap, url){ // Post SOAP request. $.ajax({
In my javascript file I have the following: <script type=text/javascript src=https://ajax.googleapis.com/ajax/libs/jquery/1.4.4/jquery.min.js></script> <script type=text/javascript> $.ajax({
I have the following function: function loadProjects(pID) { $.ajax({ url: myURL, success: function (dataJS)
I was able to hook ajax with django, but I'm running into the following
I am using AJAX with hash in URL with prototypejs. When I use following

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.