[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

[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.

[twitter-dev] Re: oauth echo php sample

2010-09-02 Thread sdenike
anyone lend some insight on how I can get authed in to obtain the user information? Thanks On Sep 1, 5:02 pm, sdenike den...@gmail.com wrote: 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

[twitter-dev] Re: oauth echo php sample

2010-09-02 Thread sdenike
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're always working to improve the test console. Marsh On Sep 1, 8:02 pm, sdenike den...@gmail.com wrote: Does anyone

[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

[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

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

2010-09-29 Thread sdenike
-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 create a simple PHP/MySQL image uploader much like

[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 developer