1,523 reputation
2729
bio website parikshalabs.com
location Gurgaon, India
age 23
visits member for 1 year, 1 month
seen 14 hours ago
stats profile views 128
while(noSuccess)
{
     tryAgain();

     if(Dead)
          break;
}

Apr
26
awarded  Notable Question
Apr
24
answered Getting Error while creating Facebook Friend Selector
Apr
24
comment Post to multiple friends wall
More discussion on this here: facebook.stackoverflow.com/questions/14190877/…
Apr
24
answered How to create an app / a loop between developers.facebook.comm and profile page
Apr
24
answered Facebook Changed App to Sandbox Mode
Apr
19
awarded  Yearling
Mar
11
awarded  Constituent
Mar
11
comment How to get the very first posts of a Group using Facebook Graph API
then give the limit to 1000 and try.. i found no alternate :-/
Mar
8
comment How to get the very first posts of a Group using Facebook Graph API
Ohk. In case of status, this works fine: SELECT message, time FROM status WHERE uid= me() ORDER BY time ASC LIMIT 1, BUT for the group feeds it fetches from the latest post on-wards, so you may use something like this- select post_id,actor_id,message,created_time from stream where source_id=GROUP_ID ORDER BY created_time ASC LIMIT 10000 and get the first n posts you want in the array.
Mar
8
comment How to get the very first posts of a Group using Facebook Graph API
You sure? It's giving me the 10 latest posts only..
Mar
8
answered How to get the very first posts of a Group using Facebook Graph API
Mar
8
comment post on timeline
Use Feed Dialog with the to parameter. The notification will be sent to the receiver automatically after the post is published.
Mar
5
awarded  Popular Question
Mar
5
awarded  Caucus
Feb
11
reviewed Reject suggested edit on MS SQL returning wrong result when executed in asp
Feb
11
reviewed Reject suggested edit on Selecting max value from 2nd table in first table results
Feb
11
reviewed Reject suggested edit on How to show the user information?
Feb
11
reviewed Reject suggested edit on Javascript callback function with parameters
Feb
11
reviewed Reject suggested edit on how to generate the jquery data table using mvc3
Feb
11
reviewed Reject suggested edit on Spring security - org.springframework.beans.factory.NoSuchBeanDefinitionException: No bean named 'springSecurityFilterChain' is defined