I want to make app that post photo on my facebook wall this photo saved in my device memory . [import]uid: 160777 topic_id: 29388 reply_id: 329388[/import]
For posting to facebook: http://www.coronalabs.com/blog/2011/12/16/uploading-photos-to-facebook-in-corona/
For saving to device, I’d put the image in a group and use this API: http://developer.coronalabs.com/reference/index/displaysave [import]uid: 52491 topic_id: 29388 reply_id: 118179[/import]
Hello ,peach
I tried display.save() but it doesn’t work ,then i tried display.captureScreen( true ) worked with me the problem is how to share this image which i captured on facebook?? [import]uid: 160777 topic_id: 29388 reply_id: 118192[/import]
That is in this line from the sample;
[lua] source = { baseDir=system.ResourceDirectory, filename=“iheartcorona.jpg”, type=“image” }[/lua]
Just specify directory.
FYI display.save works fine AFAIK. Are you looking in the correct place? [import]uid: 52491 topic_id: 29388 reply_id: 118463[/import]
Yes, I’m looking in correct place .I tried this tutorial but no hope .
display.save didn’t work at android , I’ll try it at iPhone. [import]uid: 160777 topic_id: 29388 reply_id: 118521[/import]