how can I pass a parameter to the new callback dynamically?? so I know what object I am connecting the twitter account to?
Are you talking about the oauth_callback parameter? Any valid URL is accepted, so you could just encode some state information into the URL as a querystring parameter, then send that URL as the callback when fetching a request token.
How do you do that? I’m using the EpiTwitter lib, but when i add the parameter the whole token request fails.