facebook app counter new entry - facebook

Im new to facebook app development. But i manage to get facebook login on my site.
No i wish to show feedback of my site (new entrys) and pass it to app counter.
(span .count uiSideNavCount) on facebook. Im searching for any info about it but can't find anything about that topic. Any help, info, documents maybe a tutorial will be very appriciated.
http://gathernet.eu/lots/forum/index.php?app=core&module=attach&section=attach&attach_rel_module=post&attach_id=17

http://developers.facebook.com/docs/reference/dialogs/requests/
This is what i was searching for.

That link is bad: [#10171] You do not have permission to view this attachment.
Do you absolutely need to use a third-party API, or can you use one of the free Facebook APIs? If so, you can do a simple login here: https://developers.facebook.com/docs/reference/plugins/login/

Related

How can I get the list of facebook apps for a certain user using Graph API Explorer or another tool

I want to build an data tool for facebook apps and I've searched for a few hours online to see if there is a way to find the app list for a specific user. Couldn't find anything. Does anyone know how to do this.
PS: I have taken a look at: Is there a Facebook API call to list all apps? but it did not help me
Any help is appreciated.
Thanks!
I am not sure if this is what you want, but it looks like it: https://developers.facebook.com/docs/graph-api/reference/user/applications/developer
The user docs say that this is the endpoint for "The Facebook apps that this person is a developer of."

How can I create a ParseUser from an already logged in Facebook user?

I have an android app that already have a Facebook login using the Facebook SDK.
Now, I would like to take the already logged-in user and create a ParseUser for it.
I tried a few approaches and failed with each and every one of them (like become and linkace).
Can you please help out? I couldn't find anything in the docs too. it was always referring to the case when I'll use Parse's Facebook login avtivity...
Thanks,
Nimrod
OK, After a while digging in... I'm pretty sure it's not possible.
I suggest the Parse team to add this feature as it will make existing apps migration to Parse easier.

Facebook Application - Like Button

I'd like to develop a Flash/Flex based application that I'll integrate withing my Page on Facebook.
I've seen on many applications that in order for a user too see more stuff on the application, user first of all has to click LIKE button on my page.
I've searched but couldn't find right thing I've been looking for, probably I don't know how to search for it correctly.
Maybe you could help me out to find right source for that.
I don't think Liking the app really matter.
What you might be looking for is authorization from the facebook users. For instance if your app need to post status update on the user's wall, you'll need to get authorisation from him/her first.
You should probably read this (rather generic) intro on facebook's developer website:
http://developers.facebook.com/docs/guides/canvas/
This might be a helpful read too:
http://developers.facebook.com/blog/post/116/
Finally, haven't done it in AS3 but apparently Adobe has an as3 version of the facebook sdk available:
http://www.adobe.com/newsletters/inspire/november2010/articles/article6/index.html
http://code.google.com/p/facebook-actionscript-api/
what you are reffering to is liking a page beofore being able to interact with an application that has been embedded into a page. A page tab app.
You need to parse the signed_request that facebook passes to your application and once you have parsed it you will be able to see if the user has liked your page or not.
Here is a link to some more information about singed_requests

Facebook UI documentation

I am trying to create a bookmarklet to process some Facebook data about my contacts, what will possibly require to load another profile pages and see who my friends are.
I am trying to know which urls should I query to get this information. And also how to interact with FB's UI libraries and/or elements.
Is there any documentation for this?
You probably are looking for Facebook JavaScript SDK.
Here is documentation on the FB.ui(): http://fbdevwiki.com/wiki/FB.ui
EDIT: it's updated by user contributions and lately it hasn't been changed much

Facebook ,twitter and Linkedin integration with Full Functionality in iphone

I have experience of integration of facebook and twitter api. But Its just feed post.
I want full Facebook application which shows friends list their messages and events.
And i want same thing for twitter and linkedin.
If any body have idea or code for this please give me link or post that.
Thanks
the API for Linkedin You can refer this :
http://developer.linkedin.com/thread/1169?tstart=30
You can use UIWebView to load twitter and facebook. It will let you exploit the entire functionality offered by these two Social networking sites. Though It's not impossible to build an application the way you want it to be but using webview will save your time as well as efforts. Since you are already aware of the FB and twitter integration so I am sure you are already aware as to what all we can do from iPhone application..viz.. Setting Status, reading POSTS etc.. I am not quite sure about Linkedin.. Just in case if you come across any solution for this let me also know about that.