I am Working on Foursquare API and it's working fine for log in .
Now i wants to upload photo into Foursquare, i have access token and all the relevant information.
I had searched lot for that but not finding code.Can Anyone please help me ????
Thanks !
What type of photo are you trying to upload?
If you're trying to upload a profile photo of the currently auth'd user, check out this endpoint:
https://developer.foursquare.com/docs/users/update
If you want to add a photo to a venue, tip, or check-in, take a look at:
https://developer.foursquare.com/docs/photos/add
Hope this helps!
Related
I can't find any tutorial in ios to fetch the images from instagram by its API. I saw that
but can't find any interesting .So please tell me is it possible to fetch the user images from instagram. if Yes then please send me the link or any code which can be helpful to me .
Why don't you look at Instagram Objective C Library which may help you to port it to iOS.
I know that this question was raised out several times,
and I even read most of the questions regarding the topic.
But there was a gap of about a month till now, and I'd like to know if there is any process in changing the Timeline Cover picture from the api(via an app).
Do you know any new information about this?
Or is there a solution out there? (except for uploading to cover folder)
Thanks in advance.
In fact, thereĀ“s no API support for it, but you can upload a photo and then redirect user to:
http://www.facebook.com/profile.php?preview_cover=PHOTO_ID
There is currently no API to change the cover photo; i'm not aware of plans to change this
facebook does not allow an app to upload a picture to the profile album. that is sort of a security restriction and will apply to cover images too, i guess. so you can upload a picture to a new album or any other album, but NOT the profile or timeline cover album.
i doubt that facebook will ever change this, unfortunately.
Profile Timeline is not yet released for all, so maybe we won't be getting any access via graph api until facebook releases timeline for all.
I am not finding any concrete api or reference about uploading a photo to facebook in windows phone 7.I have tried with the latest c# sdk from http://facebooksdk.codeplex.com.
But no luck.Appreciate if you could help me..
This question seems to come up time and time again. See here and here. I wish Facebook would make it easier :)
The last time I looked at working with the Facebook SDK it wasn't possible to post a local photo to the user's wall; you had to have the photo hosted online somewhere already. However you can post to the user's photos section.
There is a forum post on the App Hub that gives the code for doing this. I think the Facebook C# SDK supports WP7, but I'm not sure if it will simplify this process any further.
Thanks for the help.
In my application i want to add facebook feature.
After Changes in my Picture i want to upload that image in my facebook account.
Is there any code is available related this operation?
Please help me on this.
Pankaj Gadhiya
Try the API at http://github.com/facebook/three20 and http://forum.developers.facebook.net/viewtopic.php?pid=132728
I'm currently using facebook to post text in the user's wall. I'm wondering if it's possible to post pictures, such as screenshots from my app for example, in the posts, because someone explained me that currently it's only possible to attach pictures from an URL to the post, and not any picture from the iphone.
It's also possible to upload pictures to the user's facebook album ?
Thanks.
I don't for sure how to do it, but the Facebook SDK Api would probably support what you want.
http://github.com/facebook/facebook-ios-sdk
The opensource ShareKit framework - http://www.getsharekit.com/
Does this successfully and easily - You can publish a photo to your wall, and it is added to an album as well.
Great stuff...:)
Oded.