[twitter-dev] Posting Status Update with PHP

2010-10-29 Thread sdenike
Am I missing something along the lines of how the message should be encoded when posted to Twitter? I have tried urlencode, add slashes, strip slashes etc etc and no matter what I try when I post something like "It's" it will end up on twitter as "It\'s" Please advise. Thanks -- Twitter develop

[twitter-dev] Re: PHP, Curl an OAuth Echo errors

2010-09-29 Thread sdenike
nd X-Verify-Credentials-Authorization for the > Authorization: header. If you use these, it should be fine. > > Tom > > On 9/14/10 2:03 AM, sdenike wrote: > > > > > I have been trying for weeks here to get this going and cant seem to > > figure this out.  I am trying to cr

[twitter-dev] Re: Request Token Failure

2010-09-13 Thread sdenike
Hey Tom, I think I am falling into this pitfall myself. I don't have the users information only the information that the iPhone twitter app sends me for posting an image on a custom end point. With that header information they send should be enough to send back to twitter to get the user informa

[twitter-dev] PHP, Curl an OAuth Echo errors

2010-09-13 Thread sdenike
I have been trying for weeks here to get this going and cant seem to figure this out. I am trying to create a simple PHP/MySQL image uploader much like that of twitpic, yfrog etc etc to host my images on my own server. I am using the iPhone twitter app and have created a custom end point on my se

[twitter-dev] Re: oauth echo php sample

2010-09-02 Thread sdenike
s would help you, but you can see any header that > > has been sent via Apigee's test console via the request tab. > > >http://app.apigee.com/console/twitter > > > If there's more information you'd like to see in there, do let us > > know, as we'r

[twitter-dev] Re: oauth echo php sample

2010-09-01 Thread sdenike
trying to do this will not be possible to send a user/password as that is essentially what I am trying to get sent back to me via twitter. Can anyone lend some insight on how I can get authed in to obtain the user information? Thanks On Sep 1, 5:02 pm, sdenike wrote: > Does anyone have a

[twitter-dev] oauth echo php sample

2010-09-01 Thread sdenike
Does anyone have a sample header that should be sent back to twitter as well as maybe the curl commands? I have been trying to construct a header to send back to twitter using OAuth echo, but have not been successful in doing so. And example would be excellent if anyone is able to provide. Thank

[twitter-dev] Twitter OAuth Echo and PHP

2010-09-01 Thread sdenike
I am looking for some help, I am grabbing the full headers from a request sent by the iPhone twitter app to my PHP application. I am looking to grab the username, and well all avail content from https://api.twitter.com/1/account/verify_credentials.json ... I was told OAuth Echo would be the route