Re: [twitter-dev] Help for twitteroauth

2010-09-19 Thread Abraham Williams
 Could not connect to Twitter. Refresh the page or try again later. with
TwitterOAuth generally means one of several things. You don't have a valid
consumer key/secret being used, there is a firewall blocking access from
your server to https://api.twitter.com, or your servers time is not being
automatically synced.

Abraham
-
Abraham Williams | Hacker Advocate | http://abrah.am
@abraham | http://projects.abrah.am | http://blog.abrah.am
This email is: [ ] shareable [x] ask first [ ] private.


On Wed, Sep 15, 2010 at 01:42, kilotto kilo...@gmail.com wrote:

 Hi all,

 I'm trying use twitteroauth but I have some problems.

 When I use twitter twitteroauth in my webserver (
 http://twitter.domain.net
 )  the script display the error: Could not connect to Twitter.
 Refresh the page or try again later..

 If I use other script, it display: Woah there! This page is no longer
 valid. It looks like someone already used the token information you
 provided. Please return to the site that sent you to this page and try
 again ... it was probably an honest mistake.

 I've tried twitteroauth in local and it works fine.

 How I can fix this ?

 Tnx!

 --
 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?hl=en


-- 
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?hl=en


[twitter-dev] Help for twitteroauth

2010-09-15 Thread kilotto
Hi all,

I'm trying use twitteroauth but I have some problems.

When I use twitter twitteroauth in my webserver ( http://twitter.domain.net
)  the script display the error: Could not connect to Twitter.
Refresh the page or try again later..

If I use other script, it display: Woah there! This page is no longer
valid. It looks like someone already used the token information you
provided. Please return to the site that sent you to this page and try
again ... it was probably an honest mistake.

I've tried twitteroauth in local and it works fine.

How I can fix this ?

Tnx!

-- 
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?hl=en


[twitter-dev] Help in twitteroauth By Abraham Williams

2010-05-18 Thread Feras Allaou
Hi Folks,

How are you?
could you please help me in this issue ??
i'm using twitteroauth php library v 0.2.0-beta3, I want to know how
can I display a message regarding to the user status .
I mean, if the user is logged in I print Welcome , else print Not
Logged in !
How can I check so ?

Please help me

Regards,
Feras Allaou


Re: [twitter-dev] Help in twitteroauth By Abraham Williams

2010-05-18 Thread Abraham Williams
Once the user comes back to your site and has a valid access token you can
use PHPs sessions to check if they are authenticated.

http://www.php.net/manual/en/book.session.php

Abraham

On Tue, May 18, 2010 at 03:35, Feras Allaou feras.all...@gmail.com wrote:

 Hi Folks,

 How are you?
 could you please help me in this issue ??
 i'm using twitteroauth php library v 0.2.0-beta3, I want to know how
 can I display a message regarding to the user status .
 I mean, if the user is logged in I print Welcome , else print Not
 Logged in !
 How can I check so ?

 Please help me

 Regards,
 Feras Allaou




-- 
Abraham Williams | Developer for hire | http://abrah.am
@abraham | http://projects.abrah.am | http://blog.abrah.am
This email is: [ ] shareable [x] ask first [ ] private.