Photo to twitter

Is their any headway on posting photos to twitter. I was looking at previous forums and they were saying that at that time they were not able… Just wandering if that was changed…

My app is somewhat based off of twitter, so it is kinda crucial.
Thanks [import]uid: 24708 topic_id: 27833 reply_id: 327833[/import]

Was looking at this yesterday and it looks fairly simple to do if am understanding it correctly.

Have a look at the Twitter sample app and also look at these URL’s -

This is what the sample app uses -
https://dev.twitter.com/docs/api/1/post/statuses/update

This is what you need to use -
https://dev.twitter.com/docs/api/1/post/statuses/update_with_media

This is a PHP example of uploading -
https://dev.twitter.com/discussions/1059

You may have to be logged into twitter to see them.

Dave [import]uid: 117617 topic_id: 27833 reply_id: 113344[/import]

I’m still not sure how the image gets uploaded. In this PHP example, it assumes the image has been uploaded somewhere. How does that translate to Corona? Where is the image coming from? [import]uid: 19626 topic_id: 27833 reply_id: 113349[/import]

On line 10-13 on here - https://dev.twitter.com/discussions/1059

It looks like it is hard coded, so we should be able to do the same in Corona. I do it to post onto FB.

On the other 2 URL’s I posted the stuff at the bottom of the page looks like examples but it’s not, it’s what you get as a response.

Dave [import]uid: 117617 topic_id: 27833 reply_id: 113361[/import]

@thedacvebaxter
What does “a hardcoded image path” mean? [import]uid: 64174 topic_id: 27833 reply_id: 113363[/import]

It just means they have coded the image path and file name into the code, so it never changes.

Dave [import]uid: 117617 topic_id: 27833 reply_id: 113376[/import]