[twitter-dev] Re: Hello with OAuth connection

2011-03-27 Thread Blaaze
what exactly you want to implement, am a freelancer and you can hire
me at good rates.

-- 
Twitter developer documentation and resources: http://dev.twitter.com/doc
API updates via Twitter: http://twitter.com/twitterapi
Issues/Enhancements Tracker: http://code.google.com/p/twitter-api/issues/list
Change your membership to this group: 
http://groups.google.com/group/twitter-development-talk


Re: [twitter-dev] Re: Hello with OAuth connection

2011-03-27 Thread Blaaze Artifex
can you post the exact code and exact error that you are seeing on your
browser

On Sun, Mar 27, 2011 at 11:38 PM, Jon j...@whotweet.net wrote:

 All I'm trying to do is pull the user timeline or latest tweets for a
 given user that I follow. I think I have the code 99% correct, but I
 am horrible with PHP and am getting an error: Parse error: syntax
 error, unexpected T_CONSTANT_ENCAPSED_STRING, expecting ')'

 Can someone please let me know where my error may be?

 Thanks,

 Jon

 On Mar 27, 9:12 am, Blaaze blaazet...@gmail.com wrote:
  what exactly you want to implement, am a freelancer and you can hire
  me at good rates.

 --
 Twitter developer documentation and resources: http://dev.twitter.com/doc
 API updates via Twitter: http://twitter.com/twitterapi
 Issues/Enhancements Tracker:
 http://code.google.com/p/twitter-api/issues/list
 Change your membership to this group:
 http://groups.google.com/group/twitter-development-talk


-- 
Twitter developer documentation and resources: http://dev.twitter.com/doc
API updates via Twitter: http://twitter.com/twitterapi
Issues/Enhancements Tracker: http://code.google.com/p/twitter-api/issues/list
Change your membership to this group: 
http://groups.google.com/group/twitter-development-talk


[twitter-dev] Re: Hello with OAuth connection

2011-03-27 Thread Blaaze
in this code above especially in your function twitterTime

please remove single quotes and replace them with double quotes and
also remove that first line of comment, then try it will work

-- 
Twitter developer documentation and resources: http://dev.twitter.com/doc
API updates via Twitter: http://twitter.com/twitterapi
Issues/Enhancements Tracker: http://code.google.com/p/twitter-api/issues/list
Change your membership to this group: 
http://groups.google.com/group/twitter-development-talk


[twitter-dev] need emergency help

2011-03-24 Thread Blaaze
hi all

i am abhilash from india, am trying to design a new site where users
post their posts, but i need it to be also posted on twitter on the
specific user's twitter page, the user is asked to login to twitter
and allow the permission to my app to do status update, but the real
part what i need to know is

i need my code to save the details of the last session and use the
same things when the user posts for the next time without asking the
user to reauthenticate for the app

please help me with this, if possible show an example also

will be waiting for your reply

regards
Abhilash

-- 
Twitter developer documentation and resources: http://dev.twitter.com/doc
API updates via Twitter: http://twitter.com/twitterapi
Issues/Enhancements Tracker: http://code.google.com/p/twitter-api/issues/list
Change your membership to this group: 
http://groups.google.com/group/twitter-development-talk


Re: [twitter-dev] need emergency help

2011-03-24 Thread Blaaze Artifex
thanks for your reply, am using php and am not going to use those variables
in the same session instead am going to use them in future (may be after
many days), will it work.?

On Fri, Mar 25, 2011 at 1:42 AM, Trevor Dean trevord...@gmail.com wrote:

 When the user is returned to your site after authenticating you can grab
 the oauth_token and the oauth_verifier from the url and use that to get an
 access token.  I'm using .NET and the Twitterizer API to accomplish this,
 I'm not sure what language you're doing this in or if you are using a third
 party api but the steps should be the same.   Once you get the access token
 you should pull out the Token and TokenSecret and you can store that in your
 database and use for future requests.


 Trevor

 On Thu, Mar 24, 2011 at 4:00 PM, Blaaze blaazet...@gmail.com wrote:

 hi all

 i am abhilash from india, am trying to design a new site where users
 post their posts, but i need it to be also posted on twitter on the
 specific user's twitter page, the user is asked to login to twitter
 and allow the permission to my app to do status update, but the real
 part what i need to know is

 i need my code to save the details of the last session and use the
 same things when the user posts for the next time without asking the
 user to reauthenticate for the app

 please help me with this, if possible show an example also

 will be waiting for your reply

 regards
 Abhilash

 --
 Twitter developer documentation and resources: http://dev.twitter.com/doc
 API updates via Twitter: http://twitter.com/twitterapi
 Issues/Enhancements Tracker:
 http://code.google.com/p/twitter-api/issues/list
 Change your membership to this group:
 http://groups.google.com/group/twitter-development-talk


  --
 Twitter developer documentation and resources: http://dev.twitter.com/doc
 API updates via Twitter: http://twitter.com/twitterapi
 Issues/Enhancements Tracker:
 http://code.google.com/p/twitter-api/issues/list
 Change your membership to this group:
 http://groups.google.com/group/twitter-development-talk


-- 
Twitter developer documentation and resources: http://dev.twitter.com/doc
API updates via Twitter: http://twitter.com/twitterapi
Issues/Enhancements Tracker: http://code.google.com/p/twitter-api/issues/list
Change your membership to this group: 
http://groups.google.com/group/twitter-development-talk