I would like to post photos to Foursquare. I already have Foursquare integration and I'm able to access user's information, but I don't know how to post images other than the profile picture. Please help.
See foursquare's photos/add endpoint documentation: https://developer.foursquare.com/docs/photos/add
Related
Is there any way to add Facebook Cover Photo to the user profile using PHP API.
I tried, but I can only upload the image to user album or photos section. I cant able to update the my app register user cover photo.
How could I do this. Help me.
Thanks in advance
Actually it's not possible directly via Graph API
From where I can start For interaction with Facebook like post Image on wall, get friend list, post image on friend wall etc. I already read basics from here (Facebook GuideLines). Any good resources for learn Graph API and latest API documentation or tutorial?
thanks
http://developers.facebook.com/docs/reference/api/
I want to get a picture from Facebook through the API from its picture id.
Has anyone else done this?
Access it here:
http://graph.facebook.com/PICTURE-ID/picture
Sample:
http://graph.facebook.com/10150165453258827/picture
If an access_token is needed, you need to use an application and the Graph API.
http://graph.facebook.com/10150165453258827/picture?access_token=xxx
Here's the documentation on access_token and authentication:
http://developers.facebook.com/docs/authentication/
I want to list the YouTube video links in my iPhone app that I have shared in my facebook account.
How can I do this ?
Please if you have knowledge about this, please share with us.
Thanks in advance.
Look at FBConnect FBConnect and Graph API or REST API to see if this is possible.
Do the following instruction;
make a request for metadata.
After getting the response for metadata, just parse links dictionary from connections. You will get one url with access_token and signature.
Make one more request with the url.
eg:[fbGraph doGraphGetWithUrlString:[[[resultFacebook valueForKey:#"metadata"] valueForKey:#"connections"] valueForKey:#"links"]]
4 . Now you will get list of YouTube url from Facebook that already is in your Facebook Wall.
I want to use facebook api in my iphone application. I know that we can post to walls with facebook api but i have no idea about other features like :-
edit profile
send messages
add friends
get friends information etc.
So can anybody give me details about all the things we can or cannot do with facebook api ?
Here is a non-Facebook.com explanation of what the API can do:
http://en.wikipedia.org/wiki/Facebook_Platform
Check out the Facebook-ios-sdk.
The top level readme gives a good overview of the features.
https://github.com/facebook/facebook-ios-sdk